2016-01-06 19:24:45 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Egroupware
|
|
|
|
@license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
@package
|
|
|
|
@subpackage
|
|
|
|
@link http://www.egroupware.org
|
|
|
|
@author Nathan Gray
|
|
|
|
@version $Id$
|
|
|
|
-->
|
|
|
|
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC '-//EGroupware GmbH//eTemplate 2//EN' 'http://www.egroupware.org/etemplate2.dtd'>
|
2016-01-06 19:24:45 +01:00
|
|
|
|
|
|
|
<overlay>
|
|
|
|
<template id="calendar.toolbar">
|
2022-09-05 13:02:36 +02:00
|
|
|
<box>
|
2021-03-25 18:22:36 +01:00
|
|
|
<box class="et2_toolbar_actionlist">
|
2022-12-22 22:14:10 +01:00
|
|
|
<buttononly id="add" background_image="true" image="add" class="imageOnly" label="add new event"
|
|
|
|
onclick="app.calendar.toolbar_action(widget);"/>
|
|
|
|
</box>
|
2021-03-25 18:22:36 +01:00
|
|
|
</box>
|
|
|
|
<searchbox id="keywords" blur="Search" overlay="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;"/>
|
2016-01-06 19:24:45 +01:00
|
|
|
<toolbar id="toolbar" width="100%" flat_list="false"/>
|
|
|
|
<!-- Fake an app header inside the toolbar -->
|
|
|
|
<box class="egw_fw_ui_app_header_container">
|
2021-03-24 23:16:50 +01:00
|
|
|
<favorites app="calendar"/>
|
2016-01-06 19:24:45 +01:00
|
|
|
</box>
|
2022-11-07 10:47:55 +01:00
|
|
|
<description id="app_header"/>
|
2016-01-06 19:24:45 +01:00
|
|
|
</template>
|
|
|
|
</overlay>
|