mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
f3373faa2d
- allow to call export via an url ($_REQUEST instead of $_POST) - some UI tweaks to for the Export button and others - equaly high weeks in the month-view
13 lines
321 B
Smarty
Executable File
13 lines
321 B
Smarty
Executable File
<!-- $Id$ -->
|
|
|
|
<!-- BEGIN form_button -->
|
|
|
|
<form action="{action_url_button}" method="post" name="{action_text_button}form">
|
|
<div style="padding-right: 2px">
|
|
{action_extra_field}
|
|
<input style="font-size:10px" type="submit" value="{action_text_button}" {action_confirm_button}>
|
|
</div>
|
|
</form>
|
|
|
|
<!-- END form_button -->
|