From 3ba481288375fa72a0dff59c74f80ff0b8031aea 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 --- .../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
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -
  • - - - - - - - -
    +
  • + + +
  • +
  • + +
  • -- 2.1.0