mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
13 lines
368 B
Smarty
13 lines
368 B
Smarty
<!-- BEGIN form -->
|
|
<form method="POST" action="{form_action}">
|
|
<input type="hidden" name="csrf_token" value="{csrf_token}"/>
|
|
<div align="left">
|
|
<p>{lang_message}</p>
|
|
<p>{select_values}</p>
|
|
<p><input type="submit" name="submit" value="{lang_submit}">
|
|
<input type="submit" name="cancel" value="{lang_cancel}"></p>
|
|
</div>
|
|
</form>
|
|
|
|
<!-- END form -->
|