mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
21 lines
390 B
Smarty
Executable File
21 lines
390 B
Smarty
Executable File
<!-- $Id$ -->
|
|
<!-- BEGIN matrix_query_begin -->
|
|
<center>
|
|
<h2><font color="#000000">{matrix_action}</font></h2>
|
|
|
|
<form action="{action_url}" method="post" name="matrixform" target="timematrix">
|
|
<table border="0" width="75%">
|
|
<!-- END matrix_query_begin -->
|
|
|
|
{output}
|
|
|
|
<!-- BEGIN matrix_query_end -->
|
|
</table>
|
|
</form>
|
|
{submit_button}
|
|
|
|
{cancel_button}
|
|
</center>
|
|
<!-- END matrix_query_end -->
|
|
|