Removed obsolete code
authorMarcel Werk <burntime@woltlab.com>
Fri, 10 May 2013 12:47:59 +0000 (14:47 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 10 May 2013 12:47:59 +0000 (14:47 +0200)
wcfsetup/install/files/acp/templates/masterPassword.tpl
wcfsetup/install/files/acp/templates/masterPasswordInit.tpl

index 853c35120c9716fdcc2ad653af5cc43c4f4cbd7a..a16198e8f45a37bca1b90efdbfa0b09b52113623 100644 (file)
@@ -26,7 +26,7 @@
                                <dd>
                                        <input type="password" id="masterPassword" name="masterPassword" value="{$masterPassword}" class="medium" />
                                        {if $errorField == 'masterPassword'}
-                                               <small class="wcf-innerError">
+                                               <small class="innerError">
                                                        {if $errorType == 'empty'}
                                                                {lang}wcf.global.form.error.empty{/lang}
                                                        {else}
index e46ea0545152834bda38bb4fea068d26af5d09ef..cdf67a4a6df8b09c32e23851401ecc82532c9383 100644 (file)
@@ -30,7 +30,7 @@
                                <dd>
                                        <input type="password" id="masterPassword" name="masterPassword" value="{$masterPassword}" class="medium" />
                                        {if $errorField == 'masterPassword'}
-                                               <small class="wcf-innerError">
+                                               <small class="innerError">
                                                        {if $errorType == 'empty'}
                                                                {lang}wcf.global.form.error.empty{/lang}
                                                        {else}
@@ -47,7 +47,7 @@
                                <dd>
                                        <input type="password" id="confirmMasterPassword" name="confirmMasterPassword" value="{$confirmMasterPassword}" class="medium" />
                                        {if $errorField == 'confirmMasterPassword'}
-                                               <small class="wcf-innerError">
+                                               <small class="innerError">
                                                        {if $errorType == 'empty'}
                                                                {lang}wcf.global.form.error.empty{/lang}
                                                        {else}