From: Kathy Lussier Date: Tue, 24 Jul 2012 03:23:55 +0000 (-0400) Subject: Add the library selector to numeric and expert search pages. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7094d7cfb239762975bf16ebd25a21dcc0237d2;p=contrib%2FConifer.git Add the library selector to numeric and expert search pages. Signed-off-by: Kathy Lussier Signed-off-by: Dan Scott --- 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;