mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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_header { font-size: 120%; font-weight: bold; }
|
||||||
.calendar_freetime_timeframe { position: relative;}
|
.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 {
|
img.calendar_print_button, img.calendar_print_appicon {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="calendar.freetimesearch.rows" template="" lang="" group="0" version="1.0.1.001">
|
<template id="calendar.freetimesearch.rows" template="" lang="" group="0" version="1.0.1.001">
|
||||||
<grid>
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="calendar.freetimesearch" template="" lang="" group="0" version="1.3.001">
|
<template id="calendar.freetimesearch" template="" lang="" group="0" version="1.3.001">
|
||||||
<grid>
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -57,10 +57,13 @@
|
|||||||
<date-timeonly id="start_time" statustext="Timeframe to search"/>
|
<date-timeonly id="start_time" statustext="Timeframe to search"/>
|
||||||
<description value="til"/>
|
<description value="til"/>
|
||||||
<date-timeonly id="end_time" statustext="Timeframe to search"/>
|
<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>
|
</hbox>
|
||||||
</row>
|
</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">
|
<row class="dialogFooterToolbar">
|
||||||
<button label="New search" id="search" image="search" background_image="1" statustext="new search with the above parameters"/>
|
<button label="New search" id="search" image="search" background_image="1" statustext="new search with the above parameters"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
|
@ -1455,15 +1455,6 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
.calendar_freetime_timeframe {
|
.calendar_freetime_timeframe {
|
||||||
position: relative;
|
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_button,
|
||||||
img.calendar_print_appicon {
|
img.calendar_print_appicon {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user