Moving classes to the end
authorTim Düsterhus <timwolla@arcor.de>
Thu, 5 Jan 2012 18:38:43 +0000 (19:38 +0100)
committerTim Düsterhus <timwolla@arcor.de>
Thu, 5 Jan 2012 18:38:43 +0000 (19:38 +0100)
wcfsetup/install/files/acp/templates/cronjobAdd.tpl
wcfsetup/install/files/acp/templates/updateServerAdd.tpl
wcfsetup/install/files/acp/templates/userAdd.tpl

index 3cbcad5b1a12b9e2870d2f6bf642c6b73d69d281..9edec44178ba8fbe917602af3b340a3c560e252c 100644 (file)
@@ -40,7 +40,7 @@
                        <dl{if $errorField == 'className'} class="formError"{/if}>
                                <dt><label for="className">{lang}wcf.acp.cronjob.className{/lang}</label></dt>
                                <dd>
-                                       <input type="text" id="className" name="className" value="{$className}" class="long" required="required" pattern="^\\?([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*\\)*[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$" />
+                                       <input type="text" id="className" name="className" value="{$className}" required="required" pattern="^\\?([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*\\)*[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$" class="long" />
                                        {if $errorField == 'className'}
                                                <small class="innerError">
                                                        {if $errorType == 'empty'}
index f4c05bcc53f29e2c2c49b6365ff45d6f67705573..43e9aefba776a567fe9d3bd3e3be0918b7d148b7 100644 (file)
@@ -38,7 +38,7 @@
                        <dl{if $errorField == 'serverURL'} class="formError"{/if}>
                                <dt><label for="serverURL">{lang}wcf.acp.updateServer.serverURL{/lang}</label></dt>
                                <dd>
-                                       <input type="url" id="serverURL" name="serverURL" value="{$serverURL}" class="long" required="required" />
+                                       <input type="url" id="serverURL" name="serverURL" value="{$serverURL}" required="required" class="long" />
                                        {if $errorField == 'serverURL'}
                                                <small class="innerError">
                                                        {if $errorType == 'empty'}
index 08260f54318c17fed5503a61f7fb814dee8d0218..b8ec7b9561f18512a953dfef621c19e4a4b312f3 100644 (file)
@@ -43,7 +43,7 @@
                <dl{if $errorType.username|isset} class="formError"{/if}>
                        <dt><label for="username">{lang}wcf.user.username{/lang}</label></dt>
                        <dd>
-                               <input type="text" id="username" name="username" value="{$username}" class="medium" pattern="^[^,\n]+$" />
+                               <input type="text" id="username" name="username" value="{$username}" pattern="^[^,\n]+$" class="medium" />
                                {if $errorType.username|isset}
                                        <small class="innerError">
                                                {if $errorType.username == 'empty'}
@@ -82,7 +82,7 @@
                                <dl{if $errorType.email|isset} class="formError"{/if}>
                                        <dt><label for="email">{lang}wcf.user.email{/lang}</label></dt>
                                        <dd>    
-                                               <input type="email" id="email" name="email" value="{$email}" class="medium" required="required" />
+                                               <input type="email" id="email" name="email" value="{$email}" required="required" class="medium" />
                                                {if $errorType.email|isset}
                                                        <small class="innerError">
                                                                {if $errorType.email == 'empty'}
@@ -98,7 +98,7 @@
                                <dl{if $errorType.confirmEmail|isset} class="formError"{/if}>
                                        <dt><label for="confirmEmail">{lang}wcf.user.confirmEmail{/lang}</label></dt>
                                        <dd>
-                                               <input type="email" id="confirmEmail" name="confirmEmail" value="{$confirmEmail}" class="medium" required="required" />
+                                               <input type="email" id="confirmEmail" name="confirmEmail" value="{$confirmEmail}" required="required" class="medium" />
                                                {if $errorType.confirmEmail|isset}
                                                        <small class="innerError">
                                                                {lang}wcf.user.confirmEmail.error.{@$errorType.confirmEmail}{/lang}
                                <dl{if $errorType.password|isset} class="formError"{/if}>
                                        <dt><label for="password">{lang}wcf.user.password{/lang}</label></dt>
                                        <dd>
-                                               <input type="password" id="password" name="password" value="{$password}" class="medium"{if $action == 'add'} required="required"{/if} />
+                                               <input type="password" id="password" name="password" value="{$password}"{if $action == 'add'} required="required"{/if} class="medium" />
                                                {if $errorType.password|isset}
                                                        <small class="innerError">
                                                                {if $errorType.password == 'empty'}
                                <dl{if $errorType.confirmPassword|isset} class="formError"{/if}>
                                        <dt><label for="confirmPassword">{lang}wcf.user.confirmPassword{/lang}</label></dt>
                                        <dd>
-                                               <input type="password" id="confirmPassword" name="confirmPassword" value="{$confirmPassword}" class="medium"{if $action == 'add'} required="required"{/if} />
+                                               <input type="password" id="confirmPassword" name="confirmPassword" value="{$confirmPassword}"{if $action == 'add'} required="required"{/if} class="medium" />
                                                {if $errorType.confirmPassword|isset}
                                                        <small class="innerError">
                                                                {lang}wcf.user.confirmPassword.error.{@$errorType.confirmPassword}{/lang}