]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_rallyes.tpl
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
[mailer.git] / templates / de / html / admin / admin_edit_rallyes.tpl
index faf63478849ee426fd34a83b3f5a7cfd74e58b6a..4af5c4583cf436de723e4962318da7f75eb2d645 100644 (file)
@@ -1,15 +1,15 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes" method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" 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="table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="3" align="center" class="table_header bottom">
                <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="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="change" value="{--RALLYE_CHANGE_ADMIN--}" />
+               </td>
        </tr>
 </table>
 </form>