]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_categories_row.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_edit_categories_row.tpl
diff --git a/templates/de/html/admin/admin_edit_categories_row.tpl b/templates/de/html/admin/admin_edit_categories_row.tpl
new file mode 100644 (file)
index 0000000..f813ecd
--- /dev/null
@@ -0,0 +1,21 @@
+<tr>
+       <td colspan="2" align="left" class="table_header bottom">
+               <strong>{--ADMIN_CATEGORY_ID--} $content[id]:</strong>
+       </td>
+</tr>
+<tr>
+       <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 class="{%template,ColorSwitch%}" align="right">{--ADMIN_CATEGORY_IS_VISIBLE--}&nbsp;</td>
+       <td class="{%template,ColorSwitch%}">$content[visible_selection]</td>
+</tr>
+<tr>
+       <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>