egroupware/calendar/templates/default/locales.tpl
Ralf Becker 02a7b96abe fixed holiday-management:
- holidays not complying to a (simple) rule like Eastern can now be entered as a one-time holiday for a fixed year
- fixed some wrong links and other stuff in the UI
- added a error-msg to accept_holiday on phpgroupware.org if there is already a file for the locale
- added download for holiday-files
2003-02-27 19:28:25 +00:00

61 lines
1.3 KiB
Smarty
Executable File

<!-- BEGIN list -->
<p>
<table border="0" width="45%" align="center">
<tr>
<td align="left">{left_next_matchs}</td>
{center}
<td align="right">{right_next_matchs}</td>
</tr>
</table>
<table border="0" width="70%" align="center">
<tr class="th">
<td>{sort_name}</td>
{header_rule}
<td>{header_edit}</td>
<td>{header_delete}</td>
<td>{header_extra}</td>
</tr>
{rows}
</table>
<table border="0" width="60%" align="center">
<tr>
<td align="left">
<form method="POST" action="{new_action}">
<input type="submit" value="{lang_add}">
</form>
</td>
{back_button}
<td align="right">{lang_search}&nbsp;
<form method="POST" action="{search_action}">
<input name="query">
</form>
</td>
</tr>
</table>
<!-- END list -->
<!-- BEGIN row -->
<tr class="{tr_color}">
<td>{group_name}</td>
{rule}
<td width="5%">{edit_link}</td>
<td width="5%">{delete_link}</td>
<td align="center" {extra_width}>{extra_link}</td>
</tr>
<!-- END row -->
<!-- BEGIN row_empty -->
<tr>
<td colspan="5" align="center">{message}</td>
</tr>
<!-- END row_empty -->
<!-- BEGIN back_button_form -->
<td align="center">
<form method="POST" action="{back_action}">
<input type="submit" value="{lang_back}">
</form>
</td>
<!-- END back_button_form -->