]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallyes.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
index ef4dc4d2a66ecc7c716b0403be47e200561b3c8f..d72b52b0cfdee3fa4705ba60b1cabaf579dc5e64 100644 (file)
@@ -1,25 +1,28 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_rallyes%}" method="post">
+<div align="center">
+<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="table dashed">
        <tr>
                <td colspan="6" align="center" class="table_header">
-                       <strong>{--RALLYE_EDIT_DELETE_RALLYES--}:</strong>
+                       <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="table_footer">
                        <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" class="form_submit" name="edit" value="{--RALLYE_EDIT_ADMIN--}" />
-                       <input type="submit" class="form_delete" name="delete" value="{--RALLYE_DELETE_ADMIN--}" />
+                       <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>
+</div>
 
 <div class="notice">
-       {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
+       {--ADMIN_LIST_RALLYES_NOTICE--}
+       {--ADMIN_RALLYE_EDIT_ONLY_INACTIVE_NOTICE--}
 </div>