]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_user.tpl
Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_lock_user.tpl
index f9a4e97593637cf14a01265abe97050701b62e6e..8156394915a72e04e6819cd3be818476e2735143 100644 (file)
@@ -1,22 +1,23 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=lock_user&amp;uid={!__UID!}" method="post">
+<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" width="500" align="center" class="admin_table dashed">
        <tr>
                <td align="center" class="admin_title bottom2">
-                       <div class="admin_done">{!__HEADER_VALUE!}</div>
+                       <div class="admin_done">$content[header]</div>
                </td>
        </tr>
        <tr>
                <td height="5" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center">{!__TEXT_VALUE!}</td>
+               <td align="center">$content[text]</td>
        </tr>
        <tr>
                <td height="5" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center">[&nbsp;<a href="{!__EMAIL!}">{!__SNAME!}
-               {!__FNAME!}</a>&nbsp;]</td>
+               <td align="center">
+                       [&nbsp;<a href="$content[email]">$content[surname] $content[family]</a>&nbsp;]
+               </td>
        </tr>
        <tr>
                <td height="5" class="seperator">&nbsp;</td>
@@ -32,7 +33,7 @@
        <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--}" />
+                       <input type="submit" name="$content[ok]" class="admin_yes" value="{--YES--}" />
                </td>
        </tr>
 </table>