]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_reflvl.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / admin / admin_add_reflvl.tpl
index c56575c329298dd2aad2d06d45ea9fe823da3f4e..1b7c638f9926b05e2184f5b175f622d6d0a14c60 100644 (file)
@@ -1,46 +1,46 @@
-<FORM
+<form
        action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref&do=add"
        method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
        class="admin_table dashed">
-       <TR>
-               <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
-               <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADD_NEW_REFDEPTH--}</STRONG>
-               </TD>
-               <TD class="admin_title bottom2" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200">{--ENTER_REF_LVL--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><INPUT type="text" name="lvl" class="admin_normal" size="3"
-                       maxlength="3"></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200">{--ENTER_REF_PERCENTS--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><INPUT type="text" name="perc" class="admin_normal" size="3"
-                       maxlength="3">%</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator bottom2" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" colspan="3" align="center"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--ADD_DEPTH--}"></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+       <tr>
+               <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
+               <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADD_NEW_REFDEPTH--}</strong>
+               </td>
+               <td class="admin_title bottom2" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right" width="200">{--ENTER_REF_LVL--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td><input type="text" name="lvl" class="admin_normal" size="3"
+                       maxlength="3"></td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td><input type="text" name="perc" class="admin_normal" size="3"
+                       maxlength="3">%</td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="admin_footer" colspan="3" align="center"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="ok" class="admin_submit"
+                       value="{--ADD_DEPTH--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
+</form>
\ No newline at end of file