mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
12 lines
305 B
Smarty
12 lines
305 B
Smarty
<!-- BEGIN form -->
|
|
<form method="POST" action="{form_action}">
|
|
<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 -->
|