]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
index 244096b3a0b0a6fe96cb0aeb7c5d16da02e82f56..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">
+{%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>{--_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>{--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>
+<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>