]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_sponsor.tpl
Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_lock_sponsor.tpl
index b62b4b33b990c065625be1cc1dc6779ee740711d..4c442dc4580fe4a759ce763e9cd43dfe1480972d 100644 (file)
@@ -1,20 +1,20 @@
-<FORM action="{--URL--}/modules.php?module=admin&amp;what=lock_sponsor&amp;id={--__ID--}" method="POST">
+<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>
+    <STRONG class="admin_done">{!__HEADER_MESSAGE!}</STRONG>
   </TD>
 </TR>
 <TR><TD height="5" class="seperator">&nbsp;</TD></TR>
 <TR>
   <TD align="center">
-    {--__TEXT_MESSAGE--} 
+    {!__TEXT_MESSAGE!}
   </TD>
 </TR>
 <TR><TD height="5" class="seperator">&nbsp;</TD></TR>
 <TR>
   <TD align="center">
-    {--__EMAIL_LINK--}
+    {!__EMAIL_LINK!}
   </TD>
 </TR>
 <TR><TD height="5" class="seperator">&nbsp;</TD></TR>
@@ -26,9 +26,9 @@
 <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--}">
+    <INPUT type="submit" name="no" class="admin_no" value="{--NO--}" />
+    <INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}" />
   </TD>
 </TR>
 </TABLE>
-</FORM>
\ No newline at end of file
+</FORM>