From d04d1851cee0ad28de46fc8ef30a360c85e84f28 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 11 Nov 2014 08:40:36 -0500 Subject: [PATCH] Bug 13229 - Suggestion date filters have a style problem The suggestion date filters appear to be picking up a style change which wasn't anticipated for the suggestions page markup. This patch solves the problem by simplifying and standardizing the markup, including simplifications to the label structure. To test, apply the patch and view the suggestions management page in the staff client. Expand the "suggestion information" filter section and confirm that the label/input structure looks correct and works correctly. Signed-off-by: Blou Signed-off-by: Katrin Fischer Works as described, looking better. Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/suggestion/suggestion.tt | 48 ++++++++----------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index c8e25f012c..bfe0198734 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -708,41 +708,35 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -- 2.39.2