We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_surfbar_actions%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="600">
4 <tr>
5         <td colspan="4" class="table_header bottom" align="center">
6                 <strong>{--ADMIN_LIST_SURFBAR_ACTIONS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
11                 <strong>{--ID_SELECT--}</strong>
12         </td>
13         <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
14                 <strong>{--ADMIN_SURFBAR_CURRENT_STATUS--}</strong>
15         </td>
16         <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
17                 <strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
18         </td>
19         <td align="center" class="header_column bottom {%template,ColorSwitch%}">
20                 <strong>{--ADMIN_SURFBAR_NEW_STATUS--}</strong>
21         </td>
22 </tr>
23 $content
24 <tr>
25         <td colspan="4" class="table_footer" align="center">
26                 <input type="reset" class="form_reset" value="{--ADMIN_UNSELECT_ALL--}" />
27                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_SURFBAR_EDIT_ACTIONS--}" />
28         </td>
29 </tr>
30 </table>
31 </form>
32
33 <div class="notice">
34         {--ADMIN_LIST_SURFBAR_ACTIONS_NOTE--}
35 </div>
36
37 </div>