]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_title.tpl
Referal system refactured (and some parts fixed), wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_config_title.tpl
index d7146ce967aaa077269b5e8a27068478d828c1d2..dcdec877c7b08ec3b024fc4f7df5d160c87202bb 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_title%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_title%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
        <tr>
                <td align="right">{--ADMIN_CONFIG_TITLE_LEFT--}:</td>
                <td>
-                       <input type="text" name="title_left" class="form_field" value="{?title_left?}" size="4" maxlength="10" />
+                       <input type="text" class="form_field" name="title_left" value="{?title_left?}" size="4" maxlength="10" />
                </td>
        </tr>
        <tr>
                <td align="right">{--ADMIN_CONFIG_TITLE_MIDDLE--}:</td>
                <td>
-                       <input type="text" name="title_middle" class="form_field" value="{?title_middle?}" size="4" maxlength="10" />
+                       <input type="text" class="form_field" name="title_middle" value="{?title_middle?}" size="4" maxlength="10" />
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right">{--ADMIN_CONFIG_TITLE_RIGHT--}:</td>
                <td class="bottom">
-                       <input type="text" name="title_right" class="form_field" value="{?title_right?}" size="4" maxlength="10" />
+                       <input type="text" class="form_field" name="title_right" value="{?title_right?}" size="4" maxlength="10" />
                </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>