]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_guest_menu_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_guest_menu_row.tpl
index 34e2c6bcdd954c12b37c431a3f9ddbf9c70844d8..2b509282f87fa60237df76068fd73cd77f3eaaf1 100644 (file)
@@ -1,29 +1,29 @@
 <tr>
-       <td colspan="2" class="admin_edit {%template,ColorSwitch%}">
-               $content[cnt]. {--ADMIN_ENTRY_MODIFY--}:
+       <td colspan="2" class="form_submit {%template,ColorSwitch%}">
+               {%pipe,translateComma=$content[count]%}. {--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%} bottom" align="right">
+       <td class="form_submit {%template,ColorSwitch%} bottom" align="right">
                {--ADMIN_EDIT_TITLE--}:
        </td>
-       <td class="admin_edit {%template,ColorSwitch%} bottom">
-               <input type="text" name="sel[$content[sel]]" value="$content[menu]" class="admin_normal" size="30" maxlength="50" />
+       <td class="form_submit {%template,ColorSwitch%} bottom">
+               <input type="text" class="form_field" name="sel[$content[sel]]" value="$content[menu]" size="30" maxlength="50" />
        </td>
 </tr>