From 0efd866ba153a00337c7a5186321e4557858fe43 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Oct 2012 14:25:26 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 8851 - strange blue bar above serials results Bug 5357 (Subscription search and displays) added an advanced search form which adds a new interface featured: a collapsible fieldset with the search form inside. Bug 8851 was filed because it is not immediately obvious that the search form is hidden and can be shown by clicking the fieldset's legend. I contend that this new behavior is unnecessary: In many other places we put a similar search form in the left-hand sidebar. This patch amends the template to show the search form in the main body of the page if no search has been performed. After searching the form is moved to the sidebar. This keeps the page consistent with other interfaces and eliminates the confusion about the collapsed form. Signed-off-by: Nicole C. Engard --- .../prog/en/modules/serials/serials-search.tt | 64 ++++++++++++++++---- 1 files changed, 53 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt index b5e7f54..98ef4d5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt @@ -34,18 +34,11 @@ [% INCLUDE 'serials-toolbar.inc' %]

Serials subscriptions

- + [% UNLESS ( done_searched ) %]
- - Search subscriptions - - [% IF ( done_searched ) %] -
- + [% END %] [% IF ( done_searched ) %] [% IF ( subscriptions ) %] @@ -180,6 +172,56 @@
[% INCLUDE 'serials-menu.inc' %] + [% IF ( done_searched ) %] +
+
+
+

Search subscriptions

+
    +
  1. + + +
  2. +
  3. + + +
  4. + [% IF ( marcflavour == "UNIMARC" ) %] +
  5. + + +
  6. + [% END %] +
  7. + + +
  8. +
  9. + + +
  10. +
  11. + + +
  12. +
+ +
+ +
+
+ + + [% END %]
[% INCLUDE 'intranet-bottom.inc' %] -- 1.7.2.3