From 4e051f90f47aa5ea5e16304a4f7047c190baecab Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 28 Apr 2013 23:07:17 +0200 Subject: [PATCH] Added display of currently active style --- com.woltlab.wcf/template/styleChooser.tpl | 2 +- wcfsetup/install/lang/de.xml | 1 + wcfsetup/install/lang/en.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 @@ + -- 2.20.1