egroupware_official/calendar/templates/default/matrix_query.tpl

21 lines
390 B
Smarty
Raw Normal View History

2000-11-24 13:57:45 +01:00
<!-- $Id$ -->
<!-- BEGIN matrix_query_begin -->
<center>
<h2><font color="#000000">{matrix_action}</font></h2>
2000-11-26 04:19:48 +01:00
<form action="{action_url}" method="post" name="matrixform" target="viewmatrix">
2000-11-24 13:57:45 +01:00
<table border="0" width="75%">
<!-- END matrix_query_begin -->
{output}
<!-- BEGIN matrix_query_end -->
</table>
</form>
{submit_button}
2000-11-24 13:57:45 +01:00
{cancel_button}
</center>
<!-- END matrix_query_end -->