]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/templates/de/html/admin/admin_add_cat.tpl
branched
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_add_cat.tpl
diff --git a/0.2.1/templates/de/html/admin/admin_add_cat.tpl b/0.2.1/templates/de/html/admin/admin_add_cat.tpl
deleted file mode 100644 (file)
index b1f7b08..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_cats"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
-       <TR>
-               <TD class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</TD>
-               <TD class="admin_title bottom2" align="center" colspan="3"><STRONG>{--ADD_NEW_CATEGORY--}</STRONG>
-               </TD>
-               <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="7" colspan="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200"><STRONG>{--ENTER_CATNAME--}:</STRONG>
-               </TD>
-               <TD class="seperator" width="7">&nbsp;</TD>
-               <TD><INPUT type="text" name="catname" size="30" maxlength="255"
-                       class="admin_normal"></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="7" colspan="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200"><STRONG>{--SELECT_PARENT--}</STRONG>
-               </TD>
-               <TD class="seperator" width="7">&nbsp;</TD>
-               <TD><SELECT name="parent" size="1" class="admin_select">
-                       {--CATS--}
-                       <OPTION value="-1">{--IS_TOP_CATEGORY--}</OPTION>
-               </SELECT></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="7" colspan="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200"><STRONG>{--CAT_IS_VISIBLE--}</STRONG>
-               </TD>
-               <TD class="seperator" width="7">&nbsp;</TD>
-               <TD>{--YES--}: <INPUT type="radio" name="visible" value="Y"
-                       class="admin_normal" checked>&nbsp;&nbsp; {--NO--}: <INPUT
-                       type="radio" name="visible" value="N" class="admin_normal"></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="7" colspan="5" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" align="center" colspan="3"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
-                       type="submit" name="add" class="admin_submit"
-                       value="{--ADD_NEW_CAT--}"></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file