More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_lock_user.tpl
index 5b938f5d119de05fbe2d22a84a316b9733070e5a..643efb6e77c5b07c32dc1b3d78efaee713cf4b8b 100644 (file)
@@ -1,11 +1,9 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=lock_user&amp;uid={!__UID!}"
-       method="POST">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       align="center" class="admin_table dashed">
+<form action="{!URL!}/modules.php?module=admin&amp;what=lock_user&amp;uid={!__UID!}" 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"><strong
-                       class="admin_done">{!__HEADER_VALUE!}</strong></td>
+               <td align="center" class="admin_title bottom2">
+                       <div class="admin_done">{!__HEADER_VALUE!}</div>
+               </td>
        </tr>
        <tr>
                <td height="5" class="seperator">&nbsp;</td>
                <td height="5" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center"><textarea name="reason" class="admin_normal"
-                       rows="5" cols="50"></textarea></td>
+               <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_VALUE!}" class="admin_yes"
-                       value="{--YES--}" /></td>
+               <td class="admin_footer">
+                       <input type="submit" name="no" class="admin_no" value="{--NO--}" />
+                       <input type="submit" name="{!__OK_VALUE!}" class="admin_yes" value="{--YES--}" />
+               </td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>