Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_config_user.tpl
index 10b96c9fc94a902411b627b063a230237f9ec782..01d6d35e92237946941824930ac3ad1d4c5c17a6 100644 (file)
@@ -9,19 +9,19 @@
        <tr>
                <td align="right">{--ADMIN_USER_LIMIT_USER--}:</td>
                <td>
-                       <input type="text" name="user_limit" class="form_field" value="{?user_limit?}" size="4" maxlength="6" />
+                       <input type="text" class="form_field" name="user_limit" class="form_field" value="{?user_limit?}" size="4" maxlength="6" />
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right">{--ADMIN_USER_ALPHA_USER--}:</td>
                <td class="bottom">
-                       <input type="text" name="user_alpha" class="form_field" value="{?user_alpha?}" size="4" maxlength="6" />
+                       <input type="text" class="form_field" name="user_alpha" class="form_field" value="{?user_alpha?}" size="4" maxlength="6" />
                </td>
        </tr>
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>