mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:18:57 +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"
|
||||
autocomplete_params="{"checkgrants": true}"/>
|
||||
<hrule/>
|
||||
<select id="merge" empty_label="Insert in document" onchange="app.calendar.sidebox_merge"
|
||||
class="et2_fullWidth"/>
|
||||
<box>
|
||||
<grid id="integration" disabled="!@integration" width="100%">
|
||||
<columns>
|
||||
@ -53,6 +51,8 @@ if(view_change >= 0) {update.view = app.calendar.sidebox_changes_views[view_chan
|
||||
</rows>
|
||||
</grid>
|
||||
</box>
|
||||
<select id="merge" empty_label="Insert in document" onchange="app.calendar.sidebox_merge"
|
||||
class="et2_fullWidth"/>
|
||||
</vbox>
|
||||
<iframe id="iframe" width="100%" height="100%"/>
|
||||
<styles>
|
||||
|
Loading…
Reference in New Issue
Block a user