]> 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 5c6956f39601b7c45c4ef786ae8e2f9a0f47dcc3..cc2a350cd0e553ba808ac51922a0b96fbbc3aafb 100644 (file)
@@ -1,23 +1,21 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=del_holiday"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD width="10" class="admin_title bottom2 right2" align="center"
-                       height="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD width="50" class="admin_title bottom2 right2" align="center"><STRONG>{--_UID--}:</STRONG></TD>
-               <TD width="80" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_TSTART--}:</STRONG></TD>
-               <TD width="80" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_TEND--}:</STRONG></TD>
-               <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_COMMENTS--}:</STRONG></TD>
-               <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--ACCOUNT_STATUS--}:</STRONG></TD>
-               <TD width="160" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
-       </TR>
-       {--__HOLIDAY_ROWS--}
-       <TR>
-               <TD colspan="7" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="admin_delete"
-                       value="{--HOLIDAY_ADMIN_STOP_CHECKED--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<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"
+                       height="30"><strong>{--ID_SELECT--}</strong></td>
+               <td width="50" class="admin_title bottom2 right2" align="center"><strong>{--_UID--}:</strong></td>
+               <td width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></td>
+               <td width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></td>
+               <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></td>
+               <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+               <td width="160" class="admin_title bottom2" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+       </tr>
+       {!__HOLIDAY_ROWS!}
+       <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="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></td>
+       </tr>
+</table>
+</form>