]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
index de947f32c9ea30b13584fe8561317cba5539ff38..cc2a350cd0e553ba808ac51922a0b96fbbc3aafb 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=del_holiday" method="POST">
+<form action="{?URL?}/modules.php?module=admin&amp;what=del_holiday" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td width="10" class="admin_title bottom2 right2" align="center"
@@ -12,9 +12,9 @@
        </tr>
        {!__HOLIDAY_ROWS!}
        <tr>
-               <td colspan="7" class="admin_footer"><INPUT
+               <td colspan="7" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="ok" class="admin_delete"
+               <input type="submit" name="ok" class="admin_delete"
                        value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></td>
        </tr>
 </table>