forked from extern/egroupware
Reposition add participants button in calendar edit
This commit is contained in:
parent
0014210130
commit
eb8d0216e4
@ -55,12 +55,12 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row class="th"></row>
|
<row class="th"></row>
|
||||||
<row disabled="@no_add" height="60" class="et2_toolbar">
|
<row disabled="@no_add" height="60" class="et2_toolbar">
|
||||||
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
|
|
||||||
<calendar-owner id="participant" allowFreeEntries="true" span="2" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
<calendar-owner id="participant" allowFreeEntries="true" span="2" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
||||||
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
|
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup class="selectRole" id="role"/>
|
<menupopup class="selectRole" id="role"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
|
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="th thb">
|
<row class="th thb">
|
||||||
<description value="Type"/>
|
<description value="Type"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user