]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallyes.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
index 7dd55d108036d1ae2bc10807dc7c630d33623e45..b95994fbc8db4f44e553bcdcdd1bc2342bd2de38 100644 (file)
@@ -1,22 +1,20 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="730"
-       class="admin_table dashed">
+<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">
        <tr>
-               <td colspan="6" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
+               <td colspan="6" align="center" class="admin_title">
+                       <strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="admin_title bottom2" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
+               <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>
        </tr>
-       {!__RALLYE_ROWS!}
+       $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="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>
        </tr>
 </table>