]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_sponsor.tpl
Some rewrites
[mailer.git] / templates / de / html / admin / admin_lock_sponsor.tpl
index 85f711a3f38da0fcb209688b7f9bf3c700cb299a..a513d9169f48e40264bb3b493f531ead404a33ed 100644 (file)
@@ -1,34 +1,34 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=lock_sponsor&amp;id={!__ID!}" 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_MESSAGE!}</STRONG>
-  </TD>
-</TR>
-<TR><TD height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD align="center">
-    {!__TEXT_MESSAGE!}
-  </TD>
-</TR>
-<TR><TD height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD align="center">
-    {!__EMAIL_LINK!}
-  </TD>
-</TR>
-<TR><TD height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]" 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">$content[header_message]</div>
+  </td>
+</tr>
+<tr><td height="5" class="seperator">&nbsp;</td></tr>
+<tr>
+  <td align="center">
+    $content[text_message]
+  </td>
+</tr>
+<tr><td height="5" class="seperator">&nbsp;</td></tr>
+<tr>
+  <td align="center">
+    $content[email_link]
+  </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>
+  </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>
 </form>