]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_sub_points.tpl
Naming convention on language strings applied, ACL handling fixed:
[mailer.git] / templates / de / html / admin / admin_config_sub_points.tpl
index 2c28b0adcf866feacbe5e2a9cf80469b540d336c..12cc117faf54649bcab622326b11db7d70672f51 100644 (file)
@@ -1,47 +1,29 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=points"
-       method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=points%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</td>
-               <td class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_POINTS_SETTINGS--}</strong>
+               <td class="table_header bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_CONFIG_POINTS_SETTINGS_TITLE--}</strong>
                </td>
-               <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
-               <td class="seperator" colspan="5" height="7">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200">{--POINTS_REGISTER--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td><INPUT type="text" name="points_register"
-                       class="admin_normal" size="6" maxlength="6" value="{--P_REG_VALUE!}">
+               <td align="right" width="200">{--ADMIN_ENTER_POINTS_REGISTER--}:</td>
+               <td>
+                       <input type="text" class="form_field" name="points_register" size="6" maxlength="6" value="{?points_register?}" />
                </td>
-               <td class="seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" colspan="5" height="7">&nbsp;</td>
        </tr>
        <tr>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200">{--POINTS_REF--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td><INPUT type="text" name="points_ref" class="admin_normal"
-                       size="6" maxlength="6" value="{--P_REF_VALUE!}"></td>
-               <td class="seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
+               <td class="bottom" align="right" width="200">{--ADMIN_ENTER_POINTS_REFERAL--}:</td>
+               <td class="bottom">
+                       <input type="text" class="form_field" name="points_ref" size="6" maxlength="6" value="{?points_ref?}" />
+               </td>
        </tr>
        <tr>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
-                       type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>
+</div>