]> 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 b62b4b33b990c065625be1cc1dc6779ee740711d..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">
-    <STRONG 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">
-    <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--}">&nbsp;*
-    <INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<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>
+</form>