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