]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_surfbar_actions_row.tpl
Added notice for authentication (data transfer) URLs.
[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
8         <td align="center" class="{%template,ColorSwitch%}">
9                 <label for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_STATUS--}</label>
10                 {%template,SurfbarActionsStatusSelectionBox=$content[actions_id]%}
11         </td>
12 </tr>
13
14 <tr>
15         <td align="center" class="bottom {%template,ColorSwitch%}">
16                 <label for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_ACTION--}</label>
17                 {%template,SurfbarActionsActionSelectionBox=$content[actions_id]%}
18         </td>
19
20         <td align="center" class="bottom {%template,ColorSwitch%}">
21                 <label for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_NEW_STATUS--}</label>
22                 {%template,SurfbarActionsNewStatusSelectionBox=$content[actions_id]%}
23         </td>
24 </tr>