forked from extern/egroupware
Calendar: Move integration fields in side menu above "Insert in document" select
This commit is contained in:
parent
aba1c94b60
commit
5e9b0d145f
@ -28,8 +28,6 @@ Egroupware
|
|||||||
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>
|
||||||
@ -42,6 +40,8 @@ Egroupware
|
|||||||
</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