mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
31 lines
505 B
Smarty
31 lines
505 B
Smarty
|
<!-- $Id$ -->
|
||
|
<!-- BEGIN search -->
|
||
|
<table id="calendar_search_table" width="90%">
|
||
|
<tr>
|
||
|
<td colspan="2" align="center" bgcolor="{th_bg}">
|
||
|
<b>{quantity}</b>
|
||
|
</td>
|
||
|
</tr>
|
||
|
{rows}
|
||
|
</table>
|
||
|
<!-- END search -->
|
||
|
|
||
|
<!-- BEGIN search_list_header -->
|
||
|
|
||
|
<!-- END search_list_header -->
|
||
|
|
||
|
<!-- BEGIN search_list -->
|
||
|
<tr bgcolor="{tr_color}">
|
||
|
<td width="20%">
|
||
|
{date}
|
||
|
</td>
|
||
|
<td>
|
||
|
{link}
|
||
|
</td>
|
||
|
</tr>
|
||
|
<!-- END search_list -->
|
||
|
|
||
|
<!-- BEGIN search_list_footer -->
|
||
|
|
||
|
<!-- END search_list_footer -->
|