]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_member_menu_row.tpl
Wrapper introduced, renaming to the naming convention:
[mailer.git] / templates / de / html / admin / admin_edit_member_menu_row.tpl
index 1773ce4da07022983c19f739809e57b9ff4c46e3..41436645038813f14d26c9d69d08d37d1c7ca45a 100644 (file)
@@ -1,10 +1,10 @@
 <tr>
-       <td colspan="2" class="{%template,ColorSwitch%}">
-               $content[cnt]. {--ADMIN_ENTRY_MODIFY--}:
+       <td class="{%template,ColorSwitch%}" colspan="2">
+               {%pipe,translateComma=$content[count]%}. {--ADMIN_ENTRY_MODIFY--}:
        </td>
 </tr>
 <tr>
-       <td align="right" class="{%template,ColorSwitch%}">
+       <td class="{%template,ColorSwitch%}" align="right">
                {--ADMIN_EDIT_ACTION--}:
        </td>
        <td class="{%template,ColorSwitch%}">
        </td>
 </tr>
 <tr>
-       <td class="{%template,ColorSwitch%}" align="right">
+       <td class="{%template,ColorSwitch%} bottom2" align="right">
                {--ADMIN_EDIT_TITLE--}:
        </td>
-       <td class="{%template,ColorSwitch%}">
-               <input type="text" name="sel[$content[sel]]" value="$content[menu]" class="form_field" size="30" maxlength="50" />
+       <td class="{%template,ColorSwitch%} bottom2">
+               <input type="text" class="form_field" name="sel[$content[sel]]" value="$content[menu]" size="30" maxlength="50" />
        </td>
 </tr>