mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
Calendar: Move integration fields in side menu above "Insert in document" select
This commit is contained in:
parent
17ed2bff89
commit
e2c4f4f4d0
@ -39,8 +39,6 @@ if(view_change >= 0) {update.view = app.calendar.sidebox_changes_views[view_chan
|
|||||||
multiple="true" allowFreeEntries="false"
|
multiple="true" allowFreeEntries="false"
|
||||||
autocomplete_params="{"checkgrants": true}"/>
|
autocomplete_params="{"checkgrants": true}"/>
|
||||||
<hrule/>
|
<hrule/>
|
||||||
<select id="merge" empty_label="Insert in document" onchange="app.calendar.sidebox_merge"
|
|
||||||
class="et2_fullWidth"/>
|
|
||||||
<box>
|
<box>
|
||||||
<grid id="integration" disabled="!@integration" width="100%">
|
<grid id="integration" disabled="!@integration" width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
@ -53,6 +51,8 @@ if(view_change >= 0) {update.view = app.calendar.sidebox_changes_views[view_chan
|
|||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</box>
|
</box>
|
||||||
|
<select id="merge" empty_label="Insert in document" onchange="app.calendar.sidebox_merge"
|
||||||
|
class="et2_fullWidth"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<iframe id="iframe" width="100%" height="100%"/>
|
<iframe id="iframe" width="100%" height="100%"/>
|
||||||
<styles>
|
<styles>
|
||||||
|
Loading…
Reference in New Issue
Block a user