]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_add_sponsor.tpl
index 514a2d6127fdecc9e0fef453ab3fcd9edafca80a..741a56edfb3a465a416ff1b6181c8f1268be088d 100644 (file)
@@ -1,18 +1,18 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=add_sponsor" method="post">
+<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 class="admin_title bottom" width="10">&nbsp;</td>
+  <td class="admin_title bottom" colspan="3" align="center">
     <strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}</strong>
   </td>
-  <td class="admin_title bottom2" width="10">&nbsp;</td>
+  <td class="admin_title bottom" width="10">&nbsp;</td>
 </tr>
 <tr>
-  <td class="bottom2" width="10" height="40">&nbsp;</td>
-  <td class="bottom2" colspan="3" align="center">
+  <td class="bottom" width="10" height="40">&nbsp;</td>
+  <td class="bottom" colspan="3" align="center">
     <span class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</span>
   </td>
-  <td class="bottom2" width="10">&nbsp;</td>
+  <td class="bottom" width="10">&nbsp;</td>
 </tr>
 <tr><td class="seperator" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
-<tr><td class="seperator bottom2" colspan="5" height="5">&nbsp;</td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
-  <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
-  <td class="admin_title bottom2" colspan="3" align="center">
+  <td class="admin_title bottom" width="10">&nbsp;</td>
+  <td class="admin_title bottom" colspan="3" align="center">
     <strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
   </td>
-  <td class="admin_title bottom2" width="10">&nbsp;</td>
+  <td class="admin_title bottom" width="10">&nbsp;</td>
 </tr>
 <tr><td class="seperator" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
-<tr><td class="seperator bottom2" colspan="5" height="5">&nbsp;</td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
-  <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
-  <td class="admin_title bottom2" colspan="3" align="center">
+  <td class="admin_title bottom" width="10">&nbsp;</td>
+  <td class="admin_title bottom" colspan="3" align="center">
     <strong>{--ADMIN_SPONSOR_ENTER_CONTACT_DATA--}</strong>
   </td>
-  <td class="admin_title bottom2" width="10">&nbsp;</td>
+  <td class="admin_title bottom" width="10">&nbsp;</td>
 </tr>
 <tr><td class="seperator" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
-<tr><td class="seperator bottom2" colspan="5" height="5">&nbsp;</td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
-  <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
-  <td class="admin_title bottom2" colspan="3" align="center">
+  <td class="admin_title bottom" width="10">&nbsp;</td>
+  <td class="admin_title bottom" colspan="3" align="center">
     <strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
   </td>
-  <td class="admin_title bottom2" width="10">&nbsp;</td>
+  <td class="admin_title bottom" width="10">&nbsp;</td>
 </tr>
 <tr><td class="seperator" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
   </td>
   <td class="seperator" width="10">&nbsp;</td>
 </tr>
-<tr><td class="seperator bottom2" colspan="5" height="5">&nbsp;</td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
-  <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
-  <td class="admin_title bottom2" colspan="3" align="center">
+  <td class="admin_title bottom" width="10">&nbsp;</td>
+  <td class="admin_title bottom" colspan="3" align="center">
     <strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
   </td>
-  <td class="admin_title bottom2" width="10">&nbsp;</td>
+  <td class="admin_title bottom" width="10">&nbsp;</td>
 </tr>
 <tr><td class="seperator" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
   <td>
     <select name="warning_interval" class="admin_select" size="1">
       <option value="0">{--SELECT_NONE--}</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>
+      <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>
-<tr><td class="seperator bottom2" colspan="5" height="5">&nbsp;</td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5">&nbsp;</td></tr>
 <tr>
   <td class="admin_footer seperator" width="10">&nbsp;</td>
   <td class="admin_footer" colspan="3" align="center">