A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_sub_points.tpl
index a06ea6bd52bb674d8a33fba4bfb23ff47f68adad..a2285cdd9f5eb937c307e5493ceb38a31d8df3ef 100644 (file)
@@ -1,27 +1,29 @@
-<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="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" colspan="3" align="center">
-                       <strong>{--EDIT_POINTS_SETTINGS--}</strong>
+               <td class="table_header bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_EDIT_POINTS_SETTINGS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="right" width="200">{--POINTS_REGISTER--}:</td>
+               <td align="right" width="200">{--ADMIN_ENTER_POINTS_REGISTER--}:</td>
                <td>
-                       <input type="text" name="points_register" class="admin_normal" size="6" maxlength="6" value="{?points_register?}" />
+                       <input type="text" name="points_register" class="form_field" size="6" maxlength="6" value="{?points_register?}" />
                </td>
        </tr>
        <tr>
-               <td class="bottom2" align="right" width="200">{--POINTS_REF--}:</td>
-               <td class="bottom2">
-                       <input type="text" name="points_ref" class="admin_normal" size="6" maxlength="6" value="{?points_ref?}" />
+               <td class="bottom" align="right" width="200">{--ADMIN_ENTER_POINTS_REFERAL--}:</td>
+               <td class="bottom">
+                       <input type="text" name="points_ref" class="form_field" size="6" maxlength="6" value="{?points_ref?}" />
                </td>
        </tr>
        <tr>
-               <td class="admin_footer" colspan="3" align="center">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>