]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_surfbar_actions_row.tpl
Project continued with rewrites:
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_actions_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%}">
3                 {--ADMIN_SURFBAR_ACTIONS_ID--}
4                 <input type="hidden" name="actions_id[$content[actions_id]]" value="1" />
5                 <strong>$content[actions_id]</strong>
6         </td>
7         <td align="center" class="{%template,ColorSwitch%}">
8                 <legend for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_STATUS--}</legend>
9                 {%template,SurfbarActionsStatusSelectionBox=$content[actions_id]%}
10         </td>
11 </tr>
12
13 <tr>
14         <td align="center" class="bottom {%template,ColorSwitch%}">
15                 <legend for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_ACTION--}</legend>
16                 {%template,SurfbarActionsActionSelectionBox=$content[actions_id]%}
17         </td>
18         <td align="center" class="bottom {%template,ColorSwitch%}">
19                 <legend for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_NEW_STATUS--}</legend>
20                 {%template,SurfbarActionsNewStatusSelectionBox=$content[actions_id]%}
21         </td>
22 </tr>