mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Fix broken add button in calendar
This commit is contained in:
parent
df6bfdc54b
commit
1229b1ad65
@ -13,11 +13,7 @@ Egroupware
|
|||||||
|
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="calendar.toolbar">
|
<template id="calendar.toolbar">
|
||||||
<et2-box>
|
<et2-button id="add" image="add" class="imageOnly" statustext="add new event" onclick="app.calendar.toolbar_action(widget);" noSubmit="true"></et2-button>
|
||||||
<et2-box class="et2_toolbar_actionlist">
|
|
||||||
<et2-button id="add" image="add" class="imageOnly" label="add new event" onclick="app.calendar.toolbar_action(widget);" noSubmit="true"></et2-button>
|
|
||||||
</et2-box>
|
|
||||||
</et2-box>
|
|
||||||
<et2-searchbox id="keywords" overlay="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;" placeholder="Search"></et2-searchbox>
|
<et2-searchbox id="keywords" overlay="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;" placeholder="Search"></et2-searchbox>
|
||||||
<toolbar id="toolbar" width="100%" flat_list="false"/>
|
<toolbar id="toolbar" width="100%" flat_list="false"/>
|
||||||
<!-- Fake an app header inside the toolbar -->
|
<!-- Fake an app header inside the toolbar -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user