]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_rallyes.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_edit_rallyes.tpl
index b376c727db977ec84e07be73b4b4de77e11e6812..1ed8ab43ab0143bfa3bda6d26602fcf68f69db24 100644 (file)
@@ -1,15 +1,15 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=list_rallyes" method="post" style="margin-bottom: 0px">
+<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="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="3" align="center" class="admin_title bottom" height="30">
                <strong>{--RALLYE_EDIT_RALLYES--}:</strong></td>
        </tr>
-       {!__RALLYE_ROWS!}
+       $content
        <tr>
-               <td colspan="3" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="change" class="admin_submit"
-                       value="{--RALLYE_CHANGE_ADMIN--}" /></td>
+               <td colspan="3" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="change" class="admin_submit" value="{--RALLYE_CHANGE_ADMIN--}" />
+               </td>
        </tr>
 </table>
 </form>