A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_admin_menu_row.tpl
index 95ab588ab6dd61aed4170ed5dcaf7a1520fea641..d17321ebbc8d6d6fba09d7e0fc757293572845ce 100644 (file)
@@ -1,37 +1,37 @@
 <tr>
-       <td colspan="2" class="admin_edit {%template,ColorSwitch%}">
+       <td colspan="2" class="form_submit {%template,ColorSwitch%}">
                $content[cnt]. {--ADMIN_ENTRY_MODIFY--}:
        </td>
 </tr>
 <tr>
-       <td align="right" class="admin_edit {%template,ColorSwitch%}">
+       <td align="right" class="form_submit {%template,ColorSwitch%}">
                {--ADMIN_EDIT_ACTION--}:
        </td>
-       <td class="admin_edit {%template,ColorSwitch%}">
+       <td class="form_submit {%template,ColorSwitch%}">
                $content[action]
        </td>
 </tr>
 <tr>
-       <td class="admin_edit {%template,ColorSwitch%}" align="right">
+       <td class="form_submit {%template,ColorSwitch%}" align="right">
                {--ADMIN_EDIT_WHAT--}:
        </td>
-       <td class="admin_edit {%template,ColorSwitch%}">
+       <td class="form_submit {%template,ColorSwitch%}">
                $content[what]
        </td>
 </tr>
 <tr>
-       <td class="admin_edit {%template,ColorSwitch%}" align="right">
+       <td class="form_submit {%template,ColorSwitch%}" align="right">
                {--ADMIN_EDIT_TITLE--}:
        </td>
-       <td class="admin_edit {%template,ColorSwitch%}">
-               <input type="text" name="sel[$content[sel]]" value="$content[menu]" class="admin_normal" size="30" maxlength="50" />
+       <td class="form_submit {%template,ColorSwitch%}">
+               <input type="text" name="sel[$content[sel]]" value="$content[menu]" class="form_field" size="30" maxlength="50" />
        </td>
 </tr>
 <tr>
-       <td class="admin_edit {%template,ColorSwitch%} bottom" align="right">
+       <td class="form_submit {%template,ColorSwitch%} bottom" align="right">
                {--ADMIN_EDIT_DESCRIPTION--}:
        </td>
-       <td class="admin_edit {%template,ColorSwitch%} bottom">
-               <textarea name="sel_desc[$content[sel]]" class="admin_normal" rows="10" cols="30">$content[descr]</textarea>
+       <td class="form_submit {%template,ColorSwitch%} bottom">
+               <textarea name="sel_desc[$content[sel]]" class="form_field" rows="10" cols="30">$content[descr]</textarea>
        </td>
 </tr>