]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_cat.tpl
A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
index 5709322593159706f8e4d6ef9ec7009cdebcca50..dd9d75d8615ba3f78a26fe2ff15305578a2433fa 100644 (file)
@@ -1,9 +1,10 @@
-<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">
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_cats" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" 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 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>
        <tr>
                <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200"><strong>{--ENTER_CATNAME--}:</strong>
+               <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>
+                       <input type="text" class="admin_normal" name="catname" size="30" maxlength="255" />
+               </td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200"><strong>{--SELECT_PARENT--}</strong>
+               <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--}
+                       $content[cats]
                        <option value="-1">{--IS_TOP_CATEGORY--}</option>
                </select></td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
                <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200"><strong>{--CAT_IS_VISIBLE--}</strong>
+               <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>
+                       {--YES--}: <input type="radio" class="admin_normal" name="visible" value="Y" checked="checked" />
+                       {--NO--}: <input type="radio" class="admin_normal" name="visible" value="N" />
+               </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"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
-                       type="submit" name="add" class="admin_submit"
-                       value="{--ADD_NEW_CAT--}" /></td>
+               <td class="admin_footer" colspan="3">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <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
+</form>
+</div>