]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallyes.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
index b95994fbc8db4f44e553bcdcdd1bc2342bd2de38..7873f7668ca11708881a5e1929b51d87d35fb052 100644 (file)
@@ -1,25 +1,28 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_rallyes%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_rallyes%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="6" align="center" class="admin_title">
-                       <strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
+               <td colspan="6" align="center" class="table_header">
+                       <strong>{--ADMIN_LIST_RALLYES_TITLE--}:</strong>
                </td>
        </tr>
        <tr>
                <td align="center" width="10" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
+               <td align="center" class="header_column bottom" colspan="5"><strong>{--ADMIN_LIST_RALLYE_DATA_OVERVIEW_TITLE--}:</strong></td>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="6" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_ADMIN--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
+               <td colspan="6" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
-<div class="admin_note">
-       {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
+<div class="notice">
+       {--ADMIN_LIST_RALLYES_NOTICE--}
+       {--ADMIN_RALLYE_EDIT_ONLY_INACTIVE_NOTICE--}
 </div>