Fixes value of label input field in labelAdd.tpl
authorMatthias Schmidt <gravatronics@live.com>
Fri, 7 Jun 2013 15:27:04 +0000 (17:27 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 7 Jun 2013 15:27:04 +0000 (17:27 +0200)
wcfsetup/install/files/acp/templates/labelAdd.tpl

index 59b64ca6ce3f995c78b82093f1747b35546b4890..abfddde241eec9178cee50a13dedb1eef9eab52e 100644 (file)
@@ -68,7 +68,7 @@
                                <dl{if $errorField == 'label'} class="formError"{/if}>
                                        <dt><label for="label">{lang}wcf.acp.label.label{/lang}</label></dt>
                                        <dd>
-                                               <input type="text" id="label" name="label" value="{$label}" autofocus="autofocus" class="long" />
+                                               <input type="text" id="label" name="label" value="{$i18nPlainValues['label']}" autofocus="autofocus" class="long" />
                                                {if $errorField == 'label'}
                                                        <small class="innerError">
                                                                {if $errorType == 'empty'}