]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_points.tpl
Continued:
[mailer.git] / templates / de / html / admin / admin_add_points.tpl
index a002c4f5cf233d4e0cb0a56757fba7b98cb1387f..3fd94a248370cfac22bd9811246ca6fa90922329 100644 (file)
@@ -1,48 +1,30 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=add_points&amp;userid=$content[userid]" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=add_points&amp;userid=$content[userid]%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title seperator" height="10" colspan="3">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_title" colspan="3" align="center">
+               <td class="table_header bottom" colspan="2" align="center">
                        {--ADMIN_ADD_POINTS_TO_USER--}:<br />
-                       <strong>$content[user]</strong>
+                       [<a href="{%user,email,generateWrappedUserEmailLink=$content[userid]%}">{%user,sex,translateSex=$content[userid]%} {%user,surname=$content[userid]%} {%user,family=$content[userid]%}</a>]
                </td>
        </tr>
        <tr>
-               <td class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</td>
-       </tr>
-       <tr>
-               <td height="8" colspan="3" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right">{--ENTER_POINTS_ADD--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--ADMIN_ENTER_POINTS_ADD--}:</td>
                <td>
-                       <input type="text" class="admin_normal" name="points" size="6" maxlength="7" />
+                       <input type="text" class="form_field" name="points" size="6" maxlength="7" />
                </td>
        </tr>
        <tr>
-               <td height="5" colspan="3" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right">{--ENTER_ADD_REASON--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>
-                       <textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea>
+               <td class="bottom" align="right">{--ADMIN_ENTER_ADD_REASON--}:</td>
+               <td class="bottom">
+                       <textarea name="reason" class="form_field" rows="5" cols="20"></textarea>
                </td>
        </tr>
        <tr>
-               <td height="5" colspan="3" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td height="5" colspan="3" class="seperator bottom2">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" align="center" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_ADD_POINTS--}" />
+               <td colspan="2" align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_ADD_POINTS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>