forked from extern/egroupware
29 lines
991 B
XML
29 lines
991 B
XML
<?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//EN' 'http://www.egroupware.org/etemplate2.dtd'>
|
|
|
|
<overlay>
|
|
<template id="calendar.toolbar">
|
|
<box class="et2_toolbar">
|
|
<box class="et2_toolbar_actionlist">
|
|
<buttononly id="add" background_image="true" image="add" onclick="app.calendar.toolbar_action(widget);"/>
|
|
</box>
|
|
</box>
|
|
<searchbox id="keywords" blur="Search" overlay="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;"/>
|
|
<toolbar id="toolbar" width="100%" flat_list="false"/>
|
|
<!-- Fake an app header inside the toolbar -->
|
|
<box class="egw_fw_ui_app_header_container">
|
|
<description id="app_header"/>
|
|
<favorites app="calendar"/>
|
|
</box>
|
|
</template>
|
|
</overlay> |