]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor.tpl
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_add_sponsor.tpl
index 7d2710cdcb46ef1a0d1d7251cda4b5158645e421..17ac32100514b18239474bd5fc3b8e66e7862ca0 100644 (file)
@@ -1,5 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=add_sponsor" method="post">
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="530">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=add_sponsor" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="530">
 <tr>
   <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
   <td class="admin_title bottom2" colspan="3" align="center">
   <td>
     <select name="warning_interval" class="admin_select" size="1">
       <option value="0">{--SELECT_NONE--}</option>
-      <option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
-      <option value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</option>
-      <option value="{--($_CONFIG['one_day']*7)--}" selected="selected">1 {--LIFE_WEEKS--}</option>
-      <option value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</option>
-      <option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
-      <option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*1)--}">1 {--DAYS--}</option>
+      <option value="{--({?ONE_DAY?}*3)--}">3 {--DAYS--}</option>
+      <option value="{--({?ONE_DAY?}*7)--}" selected="selected">1 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*14)--}">2 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*28)--}">4 {--LIFE_WEEKS--}</option>
+      <option value="{--({?ONE_DAY?}*56)--}">8 {--LIFE_WEEKS--}</option>
     </select>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
   <td>
-    <input type="text" name="points_amount" class="admin_normal" size="6" maxlength="20" value="{!__SPONSOR_MIN_VALUE!}" />
+    <input type="text" name="points_amount" class="admin_normal" size="6" maxlength="20" value="{?sponsor_min_points?}" />
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>