From e200deac4ea321692c7f0e2c4c4c7c74cc4abccc Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 7 Jun 2013 00:53:19 +0200 Subject: [PATCH] Icon optimizations --- com.woltlab.wcf/templates/styleChooser.tpl | 2 +- com.woltlab.wcf/templates/userInformationButtons.tpl | 2 +- .../install/files/acp/templates/applicationEdit.tpl | 4 ++-- .../files/acp/templates/applicationManagement.tpl | 2 +- wcfsetup/install/files/acp/templates/languageList.tpl | 4 ++-- wcfsetup/install/files/acp/templates/styleList.tpl | 2 +- wcfsetup/install/files/js/WCF.User.js | 10 +++++----- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/com.woltlab.wcf/templates/styleChooser.tpl b/com.woltlab.wcf/templates/styleChooser.tpl index c2f93f7c3b..aa6a71c088 100644 --- a/com.woltlab.wcf/templates/styleChooser.tpl +++ b/com.woltlab.wcf/templates/styleChooser.tpl @@ -8,7 +8,7 @@
-

{$style->styleName}{if $style->styleID == $__wcf->getStyleHandler()->getStyle()->styleID} {/if}

+

{$style->styleName}{if $style->styleID == $__wcf->getStyleHandler()->getStyle()->styleID} {/if}

{if $style->styleDescription}{lang}{@$style->styleDescription}{/lang}{/if}
diff --git a/com.woltlab.wcf/templates/userInformationButtons.tpl b/com.woltlab.wcf/templates/userInformationButtons.tpl index 923a740259..91cd80875d 100644 --- a/com.woltlab.wcf/templates/userInformationButtons.tpl +++ b/com.woltlab.wcf/templates/userInformationButtons.tpl @@ -25,7 +25,7 @@ {if $__wcf->getUserProfileHandler()->isIgnoredUser($user->userID)}
  • {else} -
  • +
  • {/if} {*/if*} {/if} diff --git a/wcfsetup/install/files/acp/templates/applicationEdit.tpl b/wcfsetup/install/files/acp/templates/applicationEdit.tpl index f69aff2703..e8ce28f16a 100644 --- a/wcfsetup/install/files/acp/templates/applicationEdit.tpl +++ b/wcfsetup/install/files/acp/templates/applicationEdit.tpl @@ -16,7 +16,7 @@ {/if}
    -

    {lang}wcf.acp.application.edit.title{/lang}{if $application->isPrimary} {/if}

    +

    {lang}wcf.acp.application.edit.title{/lang}{if $application->isPrimary} {/if}

    {if $errorField} @@ -31,7 +31,7 @@