]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_cats_row.tpl
index 1f2f3115251b2c1c0234f6be66bf0d9d5b26cf7d..f813ecd6908339aa499068bb3f36a61b70bf3e08 100644 (file)
@@ -1,36 +1,21 @@
 <tr>
-       <td colspan="3" align="left" class="admin_header bottom2" height="25">
-       &nbsp;<strong>{--CATEGORY_ID--} $content[id]:</strong></td>
+       <td colspan="2" align="left" class="table_header bottom">
+               <strong>{--ADMIN_CATEGORY_ID--} $content[id]:</strong>
+       </td>
 </tr>
 <tr>
-       <td colspan="3" height="5" class="seperator switch_sw$content[sw]">&nbsp;</td>
+       <td align="right" class="{%template,ColorSwitch%}">{--ADMIN_CATEGORY_DESCRIPTION--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%}">
+               <input type="text" class="form_field" name="id[$content[id]]" value="{%pipe,getCategory=$content[id]%}" size="32" maxlength="255" />
+       </td>
 </tr>
 <tr>
-       <td width="49%" align="right" class="switch_sw$content[sw]">{--CAT_DESCRIPTION--}:&nbsp;</td>
-       <td width="2%" class="switch_sw$content[sw] seperator">&nbsp;</td>
-       <td width="49%" class="switch_sw$content[sw]"><input type="text"
-               name="id[$content[id]]" class="admin_normal" value="$content[cat]"
-               size="32" maxlength="255"></td>
+       <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_CATEGORY_IS_VISIBLE--}&nbsp;</td>
+       <td class="{%template,ColorSwitch%}">$content[visible_selection]</td>
 </tr>
 <tr>
-       <td colspan="3" height="5" class="switch_sw$content[sw] seperator">&nbsp;</td>
-</tr>
-<tr>
-       <td class="switch_sw$content[sw]" align="right">{--CAT_IS_VISIBLE--}&nbsp;</td>
-       <td width="1%" class="switch_sw$content[sw] seperator">&nbsp;</td>
-       <td class="switch_sw$content[sw]">$content[vis]</td>
-</tr>
-<tr>
-       <td colspan="3" height="5" class="switch_sw$content[sw] seperator">&nbsp;</td>
-</tr>
-<tr>
-       <td align="right" class="switch_sw$content[sw]">{--SORT_KEY--}:&nbsp;</td>
-       <td width="1%" class="switch_sw$content[sw] seperator">&nbsp;</td>
-       <td class="switch_sw$content[sw]"><input type="text"
-               name="sort[$content[id]]" class="admin_normal" value="$content[sort]"
-               size="3" maxlength="10"></td>
-</tr>
-<tr>
-       <td colspan="3" height="5"
-               class="bottom2 seperato switch_sw$content[sw]">&nbsp;</td>
+       <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_ENTER_SORT_KEY--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%} bottom">
+               <input type="text" class="form_field" name="sort[$content[id]]" value="$content[sort]" size="3" maxlength="10" />
+       </td>
 </tr>