]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday.tpl
Added notice for authentication (data transfer) URLs.
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
index a89f6d066ae6fa3b2bfde53f527d20a0aa8f6707..c13d34ca2b48f465d35a209936d6181db34810d6 100644 (file)
@@ -1,22 +1,22 @@
 <div align="center">
-<form accept-charset="utf-8" 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="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td width="50" class="header_column bottom right" align="center"><strong>{--_UID--}:</strong></td>
-               <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TSTART--}:</strong></td>
-               <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TEND--}:</strong></td>
-               <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_COMMENTS--}:</strong></td>
-               <td width="100" class="header_column bottom right" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
-               <td width="160" class="header_column bottom" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="7" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="ok" class="admin_delete"
-                       value="{--ADMIN_HOLIDAY_STOP_CHECKED--}" /></td>
-       </tr>
+{%form,formMethodPost=modules.php?module=admin&amp;what=del_holiday%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td width="10" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+       <td width="50" class="header_column bottom right" align="center"><strong>{--_USERID--}:</strong></td>
+       <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TSTART--}:</strong></td>
+       <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TEND--}:</strong></td>
+       <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_COMMENTS--}:</strong></td>
+       <td width="100" class="header_column bottom right" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+       <td width="160" class="header_column bottom" align="center"><strong>{--LAST_ONLINE_SHORT--}:</strong></td>
+</tr>
+$content
+<tr>
+       <td colspan="7" class="table_footer">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" name="ok" class="form_delete" value="{--ADMIN_HOLIDAY_STOP_CHECKED--}" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}
 </div>