]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats_row.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_edit_cats_row.tpl
index 54719a57b34bc2fd8532c48df4b8e7bcec66822b..0e351a03d09d9a4c9ddafe3a2fccacf899c10fd0 100644 (file)
@@ -1,12 +1,12 @@
 <tr>
-       <td colspan="2" align="left" class="admin_title bottom" height="25">
+       <td colspan="2" align="left" class="table_header bottom" height="25">
                <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" name="id[$content[id]]" class="admin_normal" value="{%pipe,getCategory=$content[id]%}" size="32" maxlength="255" />
+               <input type="text" class="form_field" name="id[$content[id]]" value="{%pipe,getCategory=$content[id]%}" size="32" maxlength="255" />
        </td>
 </tr>
 <tr>
@@ -16,6 +16,6 @@
 <tr>
        <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_ENTER_SORT_KEY--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%} bottom">
-               <input type="text" name="sort[$content[id]]" class="admin_normal" value="$content[sort]" size="3" maxlength="10" />
+               <input type="text" class="form_field" name="sort[$content[id]]" value="$content[sort]" size="3" maxlength="10" />
        </td>
 </tr>