]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_user.tpl
Another attempt, still incomplete
[mailer.git] / templates / de / html / admin / admin_lock_user.tpl
index c0073b7251e0896c13f7422ed34b28f9d171f89d..7a51c8ebb24addf78d43438b50350784d34febf2 100644 (file)
@@ -1,35 +1,24 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=lock_user&amp;userid=$content[userid]" method="post">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=lock_user&amp;userid=$content[userid]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td align="center" class="admin_title bottom">
                        <div class="admin_done">$content[header]</div>
                </td>
        </tr>
-       <tr>
-               <td height="5" class="seperator">&nbsp;</td>
-       </tr>
        <tr>
                <td align="center">$content[text]</td>
        </tr>
-       <tr>
-               <td height="5" class="seperator">&nbsp;</td>
-       </tr>
        <tr>
                <td align="center">
                        [&nbsp;<a href="$content[email]">$content[surname] $content[family]</a>&nbsp;]
                </td>
        </tr>
-       <tr>
-               <td height="5" class="seperator">&nbsp;</td>
-       </tr>
        <tr>
                <td align="center">
                        <textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea>
                </td>
        </tr>
-       <tr>
-               <td height="5" class="seperator bottom">&nbsp;</td>
-       </tr>
        <tr>
                <td align="center" class="admin_footer">
                        <input type="submit" name="no" class="admin_no" value="{--NO--}" />
@@ -38,3 +27,4 @@
        </tr>
 </table>
 </form>
+</div>