2021-04-01 15:46:42 +02: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 Hadi Nategh
|
|
|
|
@version $Id$
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!DOCTYPE overlay PUBLIC '-//EGroupware GmbH//eTemplate 2//EN' 'http://www.egroupware.org/etemplate2.dtd'>
|
|
|
|
|
|
|
|
<overlay>
|
|
|
|
<template id="calendar.toolbar">
|
|
|
|
<hbox class="et2_nextmatch" >
|
|
|
|
<box class="search nm-mob-header" width="100%">
|
2022-08-22 13:33:55 +02:00
|
|
|
<searchbox id="keywords" blur="Search" overlay="false" size="large" fix="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;"/>
|
2021-04-01 15:46:42 +02:00
|
|
|
<toolbar id="toolbar" flat_list="false"/>
|
|
|
|
</box>
|
|
|
|
</hbox>
|
|
|
|
</template>
|
|
|
|
</overlay>
|