]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_user.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_lock_user.tpl
index 643efb6e77c5b07c32dc1b3d78efaee713cf4b8b..7a51c8ebb24addf78d43438b50350784d34febf2 100644 (file)
@@ -1,25 +1,18 @@
-<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">
+<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 bottom2">
-                       <div class="admin_done">{!__HEADER_VALUE!}</div>
+               <td align="center" class="admin_title bottom">
+                       <div class="admin_done">$content[header]</div>
                </td>
        </tr>
        <tr>
-               <td height="5" class="seperator">&nbsp;</td>
+               <td align="center">$content[text]</td>
        </tr>
        <tr>
-               <td align="center">{!__TEXT_VALUE!}</td>
-       </tr>
-       <tr>
-               <td height="5" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center">[&nbsp;<a href="{!__EMAIL!}">{!__SNAME!}
-               {!__FNAME!}</a>&nbsp;]</td>
-       </tr>
-       <tr>
-               <td height="5" class="seperator">&nbsp;</td>
+               <td align="center">
+                       [&nbsp;<a href="$content[email]">$content[surname] $content[family]</a>&nbsp;]
+               </td>
        </tr>
        <tr>
                <td align="center">
                </td>
        </tr>
        <tr>
-               <td height="5" class="seperator bottom2">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_footer">
+               <td align="center" class="admin_footer">
                        <input type="submit" name="no" class="admin_no" value="{--NO--}" />
-                       <input type="submit" name="{!__OK_VALUE!}" class="admin_yes" value="{--YES--}" />
+                       <input type="submit" name="$content[ok]" class="admin_yes" value="{--YES--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>