diff --git a/lang/ilias_en.lang b/lang/ilias_en.lang index 9f37c36bf254..6aca9e3e7611 100755 --- a/lang/ilias_en.lang +++ b/lang/ilias_en.lang @@ -15094,7 +15094,7 @@ rep#:#rep_fav_intro1#:#You have not yet selected any favourites. To do so, there rep#:#rep_fav_intro2#:#Click on '%s' and select a learning object from those available, for example a learning module or a forum. rep#:#rep_fav_intro3#:#When you have found something that interests you, you can easily add it to your favourites. Select the desired item in the Actions menu and select "Add to favourites". rep#:#rep_favourites#:#Favourites -rep#:#rep_favourites_info#:#Users can mark individual repository items as favourites. A 'Favourites' list can be activated for the dashboard and the main menu. +rep#:#rep_favourites_info#:#Users can mark individual repository items as favourites. A 'Favourites' list can be activated for the dashboard and the main menu. rep#:#rep_input_not_empty#:#This field must not be empty, please provide a value. rep#:#rep_intro#:#Welcome to the Repository! rep#:#rep_intro1#:#In this area you can create learning and working resources for all users. All resources are organised in categories. Categories can reflect the structure of your organisation (e.g. departments), a hierarchy of disciplines, or classes of a school. @@ -17402,8 +17402,8 @@ ui#:#datatable_multiactionmodal_listentry#:#Actions for Entire Table ui#:#datatable_multiactionmodal_msg#:#Selected action will affect all entries in this table. ui#:#datatable_multiactionmodal_title#:#Actions for Entire Table ui#:#drilldown_no_items#:#No Matching Elements -ui#:#duration_default_label_end#:#end -ui#:#duration_default_label_start#:#start +ui#:#duration_default_label_end#:#End +ui#:#duration_default_label_start#:#Start ui#:#duration_end_must_not_be_earlier_than_start#:#Start must not be later than end. ui#:#filter_nodes_in#:#Filter Nodes in %s ui#:#footer_icons#:#Footer Icons diff --git a/templates/default/070-components/UI-framework/Input/_ui-component_filter.scss b/templates/default/070-components/UI-framework/Input/_ui-component_filter.scss index 789639c4b992..3ddd11ea6a30 100755 --- a/templates/default/070-components/UI-framework/Input/_ui-component_filter.scss +++ b/templates/default/070-components/UI-framework/Input/_ui-component_filter.scss @@ -115,6 +115,7 @@ $il-standard-filter-add-input-popover-list-button-width: 100%; } ul.c-field-multiselect, + div.c-field-duration, .il-filter-add-list ul{ list-style: none; margin: $il-standard-filter-add-input-popover-list-margin; @@ -135,6 +136,11 @@ $il-standard-filter-add-input-popover-list-button-width: 100%; } } + div.c-field-duration > fieldset > label { + margin-bottom: auto; + margin-top: auto; + } + span[data-collapse-glyph-visibility="1"] { display: inline; } diff --git a/templates/default/delos.css b/templates/default/delos.css index 41220f43d869..5d42f85867f3 100644 --- a/templates/default/delos.css +++ b/templates/default/delos.css @@ -4898,6 +4898,7 @@ hr.il-divider-with-label { padding-left: 9px; } .il-filter ul.c-field-multiselect, +.il-filter div.c-field-duration, .il-filter .il-filter-add-list ul { list-style: none; margin: 0; @@ -4911,6 +4912,10 @@ hr.il-divider-with-label { display: block; width: 100%; } +.il-filter div.c-field-duration > fieldset > label { + margin-bottom: auto; + margin-top: auto; +} .il-filter span[data-collapse-glyph-visibility="1"] { display: inline; }