egroupware_official/calendar/templates/default/search.tpl

20 lines
448 B
Smarty
Raw Normal View History

2000-12-02 09:53:17 +01:00
<!-- $Id$ -->
<!-- BEGIN 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%">&nbsp;{date}</td>
<td>{link}</td>
</tr>
<!-- END search_list -->
<!-- BEGIN search_list_footer -->
<!-- END search_list_footer -->