mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Fix participant field gets shrunk when invalidation message appears in calendar edit
This commit is contained in:
parent
e869788263
commit
25faa3a94d
@ -56,9 +56,7 @@
|
|||||||
<row class="th"></row>
|
<row class="th"></row>
|
||||||
<row disabled="@no_add" height="35" class="et2_toolbar">
|
<row disabled="@no_add" height="35" class="et2_toolbar">
|
||||||
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
|
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
|
||||||
<hbox span="2">
|
<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" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
|
||||||
</hbox>
|
|
||||||
<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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user