mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix freetime search dialog
This commit is contained in:
parent
1489944d49
commit
a8bec5ff64
@ -1494,15 +1494,6 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
|
||||
.calendar_freetime_header { font-size: 120%; font-weight: bold; }
|
||||
.calendar_freetime_timeframe { position: relative;}
|
||||
.calendar_freetime_dow {
|
||||
position: absolute;
|
||||
width: 30ex;
|
||||
height: 22em;
|
||||
}
|
||||
.calendar_freetime_dow ul.ui-multiselect-checkboxes {
|
||||
overflow-y: visible;
|
||||
height: 20em;
|
||||
}
|
||||
|
||||
img.calendar_print_button, img.calendar_print_appicon {
|
||||
height: 24px;
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="calendar.freetimesearch.rows" template="" lang="" group="0" version="1.0.1.001">
|
||||
<grid>
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -29,7 +29,7 @@
|
||||
</grid>
|
||||
</template>
|
||||
<template id="calendar.freetimesearch" template="" lang="" group="0" version="1.3.001">
|
||||
<grid>
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -57,10 +57,13 @@
|
||||
<date-timeonly id="start_time" statustext="Timeframe to search"/>
|
||||
<description value="til"/>
|
||||
<date-timeonly id="end_time" statustext="Timeframe to search"/>
|
||||
<description value="Weekdays"/>
|
||||
<select-dow rows="10" id="weekdays" statustext="Weekdays to use in search" class="calendar_freetime_dow"/>
|
||||
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<description value="Weekdays"/>
|
||||
<select-dow rows="10" id="weekdays" statustext="Weekdays to use in search" class="calendar_freetime_dow"/>
|
||||
</row>
|
||||
<row class="dialogFooterToolbar">
|
||||
<button label="New search" id="search" image="search" background_image="1" statustext="new search with the above parameters"/>
|
||||
<hbox>
|
||||
|
@ -1455,15 +1455,6 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
.calendar_freetime_timeframe {
|
||||
position: relative;
|
||||
}
|
||||
.calendar_freetime_dow {
|
||||
position: absolute;
|
||||
width: 30ex;
|
||||
height: 22em;
|
||||
}
|
||||
.calendar_freetime_dow ul.ui-multiselect-checkboxes {
|
||||
overflow-y: visible;
|
||||
height: 20em;
|
||||
}
|
||||
img.calendar_print_button,
|
||||
img.calendar_print_appicon {
|
||||
height: 24px;
|
||||
|
Loading…
Reference in New Issue
Block a user