Calendar: Move integration fields in side menu above "Insert in document" select

This commit is contained in:
nathan 2022-11-08 12:53:33 -07:00
parent 17ed2bff89
commit e2c4f4f4d0

View File

@ -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>