]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_user.tpl
Several template fixes/cleanups, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_del_user.tpl
index 42b5d0227ee269cd5c9d37ab84ade9d873a8fcc5..f8231c5ee48b8a3aa7e556510a1dc99ffbef420a 100644 (file)
@@ -1,39 +1,28 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=del_user&amp;uid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       align="center" class="admin_table dashed">
-       <tr>
-               <td align="center" class="admin_title bottom2" height="28"><strong
-                       class="admin_done">$content[header]</strong>
-               </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 bottom2">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_footer">
-                       <input type="submit" name="no" class="admin_no" value="{--NO--}" />
-                       <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
-               </td>
-       </tr>
-</table>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=del_user&amp;userid=$content[userid]%}" method="post">
+
+<div class="admin_table dashed">
+       <div align="center" class="admin_title bottom">
+               <strong>$content[header]</strong>
+       </div>
+
+       <div align="center">
+               $content[text]
+       </div>
+
+       <div align="center">
+               [&nbsp;<a href="$content[email]">$content[surname] $content[family]</a>&nbsp;]
+       </div>
+
+       <div class="bottom" align="center">
+               <textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea>
+       </div>
+
+       <div align="center" class="admin_footer">
+               <input type="submit" name="no" class="admin_no" value="{--NO--}" />
+               <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
+       </div>
+</div>
+
 </form>
+</div>