egroupware_official/calendar/templates/default/toolbar.xet

25 lines
1.0 KiB
Plaintext
Raw Normal View History

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$
-->
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
2016-01-06 19:24:45 +01:00
<overlay>
<template id="calendar.toolbar">
2023-01-11 11:56:18 +01:00
<et2-button id="add" image="add" class="imageOnly" statustext="add new event" onclick="app.calendar.toolbar_action(widget);" noSubmit="true"></et2-button>
<et2-searchbox id="keywords" overlay="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;" placeholder="Search"></et2-searchbox>
2016-01-06 19:24:45 +01:00
<toolbar id="toolbar" width="100%" flat_list="false"/>
<!-- Fake an app header inside the toolbar -->
<et2-box class="egw_fw_ui_app_header_container">
<et2-favorites app="calendar"></et2-favorites>
</et2-box>
<et2-description id="app_header"></et2-description>
2016-01-06 19:24:45 +01:00
</template>
</overlay>