Several array indexes renamed, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_add_reflevel.tpl
index fbb4b5f87d1fc0eef838449c99968fc4de43ac9d..35276cab51e70f63b195266933de8641ab827c5c 100644 (file)
@@ -2,7 +2,8 @@
 <table border="0" cellspacing="0" cellpadding="0" 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 class="admin_title bottom2" colspan="3" align="center">
+                       <strong>{--ADD_NEW_REFDEPTH--}</strong>
                </td>
                <td class="admin_title bottom2" width="10">&nbsp;</td>
        </tr>
@@ -13,8 +14,9 @@
                <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="level" class="admin_normal" size="3"
-                       maxlength="3"></td>
+               <td>
+                       <input type="text" name="level" class="admin_normal" size="3" maxlength="3" />
+               </td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
@@ -24,8 +26,9 @@
                <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>
+                       <input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />%
+               </td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
        </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" 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
+</form>