mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Calendar: Fix Priority label not vertically aligned
This commit is contained in:
parent
552630b548
commit
4cca7849d9
@ -213,12 +213,8 @@
|
|||||||
<et2-label value="Options"></et2-label>
|
<et2-label value="Options"></et2-label>
|
||||||
<et2-checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" onchange="app.calendar.set_alarmOptions_WD"></et2-checkbox>
|
<et2-checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" onchange="app.calendar.set_alarmOptions_WD"></et2-checkbox>
|
||||||
<et2-checkbox label="Private" id="public" selectedValue="0" unselectedValue="1" statustext="Mark event as private to hide title and description"></et2-checkbox>
|
<et2-checkbox label="Private" id="public" selectedValue="0" unselectedValue="1" statustext="Mark event as private to hide title and description"></et2-checkbox>
|
||||||
<et2-checkbox statustext="A non blocking event will not conflict with other events" label="non blocking" id="non_blocking" span="2" selectedValue="1" unselectedValue="0" roTrue=" "></et2-checkbox>
|
<et2-checkbox statustext="A non blocking event will not conflict with other events" label="non blocking" id="non_blocking" selectedValue="1" unselectedValue="0" roTrue=" "></et2-checkbox>
|
||||||
<et2-hbox>
|
<et2-select-priority label="Priority" id="priority" span="2"></et2-select-priority>
|
||||||
<et2-label for="priority" value="Priority"></et2-label>
|
|
||||||
<et2-select-priority id="priority"></et2-select-priority>
|
|
||||||
</et2-hbox>
|
|
||||||
<et2-description></et2-description>
|
|
||||||
</row>
|
</row>
|
||||||
<row class="dialogHeader3">
|
<row class="dialogHeader3">
|
||||||
<et2-label for="location" value="Location"></et2-label>
|
<et2-label for="location" value="Location"></et2-label>
|
||||||
|
Loading…
Reference in New Issue
Block a user