From be6953c2c89665748c48e136a0f06104b7b109e9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 11 Nov 2014 08:40:36 -0500 Subject: [PATCH] [PASSED QA] 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. --- .../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 c8e25f0..bfe0198 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
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -- 1.9.1