From f7094d7cfb239762975bf16ebd25a21dcc0237d2 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Mon, 23 Jul 2012 23:23:55 -0400 Subject: [PATCH] Add the library selector to numeric and expert search pages. Signed-off-by: Kathy Lussier Signed-off-by: Dan Scott --- .../src/templates/opac/parts/advanced/expert.tt2 | 20 +++++++++++++------- .../src/templates/opac/parts/advanced/numeric.tt2 | 5 ++++- Open-ILS/web/css/skin/default/opac/style.css | 1 + 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 index 7d1ffa1fb2..09176c2450 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 @@ -1,7 +1,6 @@
[% l("Expert Search") %]
- [% IF loc %][% END %] @@ -20,13 +19,20 @@ - - + + + + +
diff --git a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 index 32bf56eb3c..c685aaf967 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 @@ -2,7 +2,6 @@
[% l("Numeric Search") %]
- [% IF loc %][% END %] +
@@ -20,6 +19,10 @@ + [% PROCESS "opac/parts/org_selector.tt2"; + l(' in '); INCLUDE build_org_selector show_loc_groups=1 %] +
diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 9aa2ba7552..3f5b33f1fc 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -1203,6 +1203,7 @@ a.dash-link:hover { text-decoration: underline !important; } .rdetail-extras-summary { margin: 10px; } .staff-hold { background-color: #eee; } .expert-search tbody tr th { text-align: right; padding-left: 2em; } +.expert-search-row { padding-top: 10px; } .bookshelf thead tr td { border-bottom: 1px dashed #999; padding-bottom: 1ex; -- 2.11.0