mailer project continued:
[mailer.git] / templates / de / html / admin / admin_edit_member_menu_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}" colspan="2">
3                 {%pipe,translateComma=$content[count]%}. {--ADMIN_ENTRY_MODIFY--}:
4         </td>
5 </tr>
6 <tr>
7         <td class="{%template,ColorSwitch%}" align="right">
8                 {--ADMIN_EDIT_ACTION--}:
9         </td>
10         <td class="{%template,ColorSwitch%}">
11                 $content[action]
12         </td>
13 </tr>
14 <tr>
15         <td class="{%template,ColorSwitch%}" align="right">
16                 {--ADMIN_EDIT_WHAT--}:
17         </td>
18         <td class="{%template,ColorSwitch%}">
19                 $content[what]
20         </td>
21 </tr>
22 <tr>
23         <td class="{%template,ColorSwitch%} bottom2" align="right">
24                 {--ADMIN_EDIT_TITLE--}:
25         </td>
26         <td class="{%template,ColorSwitch%} bottom2">
27                 <input type="text" class="form_field" name="sel[$content[sel]]" value="$content[menu]" size="30" maxlength="50" />
28         </td>
29 </tr>