]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_sub_points.tpl
Naming convention applied, more cleanups, more EL
[mailer.git] / templates / de / html / admin / admin_sub_points.tpl
index aadd77c7dc30b7988212b95c63ac78c70f2b564c..2179098a6e5259528554c89b7e75e946e040b278 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=sub_points&amp;userid=$content[userid]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
@@ -7,13 +8,13 @@
                </td>
        </tr>
        <tr>
-               <td align="right">{--ENTER_POINTS_SUB--}:</td>
+               <td align="right">{--ADMIN_ENTER_POINTS_SUB--}:</td>
                <td>
                        <input type="text" class="admin_normal" name="points" size="6" maxlength="7" />
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ENTER_SUB_REASON--}:</td>
+               <td class="bottom" align="right">{--ADMIN_ENTER_SUB_REASON--}:</td>
                <td class="bottom">
                        <textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea>
                </td>
@@ -26,3 +27,4 @@
        </tr>
 </table>
 </form>
+</div>