All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_add_reflvl.tpl
index dad2f550da39463a51d4334046d21190973bb7fc..1b7c638f9926b05e2184f5b175f622d6d0a14c60 100644 (file)
@@ -16,7 +16,7 @@
                <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"
+               <td><input type="text" name="lvl" class="admin_normal" size="3"
                        maxlength="3"></td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
@@ -27,7 +27,7 @@
                <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"
+               <td><input type="text" name="perc" class="admin_normal" size="3"
                        maxlength="3">%</td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
@@ -36,9 +36,9 @@
        </tr>
        <tr>
                <td class="admin_footer seperator" width="10">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center"><INPUT
+               <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"
+               <input type="submit" name="ok" class="admin_submit"
                        value="{--ADD_DEPTH--}" /></td>
                <td class="admin_footer seperator" width="10">&nbsp;</td>
        </tr>