]> 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 c537f8e3dee5b2cfe23441715d334e6f19c578d5..6af0d020a903e3da0cb2c7780c0d247802f77671 100644 (file)
@@ -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>