]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_settings_form.tpl
Some admin fixes
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index c8b4ae72c13bd44f034bdefbea4cccd586a9d504..6af0d020a903e3da0cb2c7780c0d247802f77671 100644 (file)
@@ -1,5 +1,5 @@
 <DIV align="center">
-<FORM action="{--URL--}/modules.php?module=sponsor&amp;what=settings" method="POST" style="padding-bottom: 0px">
+<FORM action="{!URL!}/modules.php?module=sponsor&amp;what=settings" method="POST" style="padding-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
 <TR>
   <TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
@@ -11,8 +11,8 @@
     {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
   </TD>
   <TD class="bottom2" width="275" align="center">
-    {--YES--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="Y"{--__YES--}>
-    {--NO--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="N"{--__NO--}>
+    {--YES--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="Y"{!__YES!}>
+    {--NO--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="N"{!__NO!}>
   </TD>
 </TR>
 <TR>
@@ -21,7 +21,7 @@
   </TD>
   <TD class="bottom2" width="275" align="center">
     <SELECT name="warning_interval" class="guest_select" size="1">
-      <OPTION value="$content[warning_interval]">{--__CURRENT--}</OPTION>
+      <OPTION value="$content[warning_interval]">{!__CURRENT!}</OPTION>
       <OPTION value="{--(ONE_DAY*1)--}">1 {--DAYS--}</OPTION>
       <OPTION value="{--(ONE_DAY*3)--}">3 {--DAYS--}</OPTION>
       <OPTION value="{--(ONE_DAY*7)--}">1 {--LIFE_WEEKS--}</OPTION>