]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_actions.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions.tpl
index 35df65b0f0e87d09661448819c4d84402184622c..b7eeb9fb21ae30e07af4480e1817eee84692f190 100644 (file)
@@ -1,34 +1,36 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_actions" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_surfbar_actions%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="600">
 <tr>
-       <td colspan="4" class="admin_header bottom2" height="30" align="center">
+       <td colspan="4" class="table_header bottom" align="center">
                <strong>{--ADMIN_LIST_SURFBAR_ACTIONS_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
                <strong>{--ID_SELECT--}</strong>
        </td>
-       <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
-               <strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
-       </td>
-       <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_CURRENT_STATUS--}</strong>
        </td>
-       <td align="center" class="admin_header bottom2 switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
+               <strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
+       </td>
+       <td align="center" class="header_column bottom {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_NEW_STATUS--}</strong>
        </td>
 </tr>
 $content
 <tr>
-       <td colspan="4" class="admin_footer" height="30" align="center">
-               <input type="reset" class="admin_reset" value="{--ADMIN_UNSELECT_ALL--}" />
-               <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_ACTIONS--}" />
+       <td colspan="4" class="table_footer" align="center">
+               <input type="reset" class="form_reset" value="{--ADMIN_UNSELECT_ALL--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_SURFBAR_ACTIONS_SUBMIT--}" />
        </td>
 </tr>
 </table>
 </form>
+</div>
 
-<div class="admin_note">
-       {--ADMIN_LIST_SURFBAR_ACTIONS_NOTE--}
+<div class="notice">
+       {--ADMIN_LIST_SURFBAR_ACTIONS_NOTICE--}
 </div>