From: Marcel Werk Date: Sun, 28 Apr 2013 21:07:17 +0000 (+0200) Subject: Added display of currently active style X-Git-Tag: 2.0.0_Beta_1~284 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4e051f90f47aa5ea5e16304a4f7047c190baecab;p=GitHub%2FWoltLab%2FWCF.git Added display of currently active style --- diff --git a/com.woltlab.wcf/template/styleChooser.tpl b/com.woltlab.wcf/template/styleChooser.tpl index a6ec52b911..c2f93f7c3b 100644 --- a/com.woltlab.wcf/template/styleChooser.tpl +++ b/com.woltlab.wcf/template/styleChooser.tpl @@ -8,7 +8,7 @@
-

{$style->styleName}

+

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

{if $style->styleDescription}{lang}{@$style->styleDescription}{/lang}{/if}
diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index ac270b0201..f29ccb4dd9 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1054,6 +1054,7 @@ + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 98ea65bf18..15b7418c3f 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1054,6 +1054,7 @@ +