Fix freetime search dialog

This commit is contained in:
Hadi Nategh 2022-09-12 15:44:59 +02:00
parent 1489944d49
commit a8bec5ff64
3 changed files with 7 additions and 22 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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;