From eed404686d824ca66949833e11e38c84db100ba3 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 29 Jul 2011 12:11:22 -0400 Subject: [PATCH] cnbrowse tweaks Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/web/css/skin/default/opac/style.css | 1 + Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2 | 4 ++-- Open-ILS/web/templates/default/opac/parts/qtype_selector.tt2 | 2 +- Open-ILS/web/templates/default/opac/parts/record/cnbrowse.tt2 | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index dd69b492e4..a58c132de6 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -1019,3 +1019,4 @@ a.dash-link:hover { text-decoration: underline !important; } border-bottom: 1px dashed #999; padding-bottom: 1ex; } +.cn_browse_item { padding: 2ex; } diff --git a/Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2 b/Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2 index d842942bc8..c9515a18fc 100644 --- a/Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2 @@ -8,8 +8,8 @@ [% query_type = query_type || CGI.param('qtype'); diff --git a/Open-ILS/web/templates/default/opac/parts/record/cnbrowse.tt2 b/Open-ILS/web/templates/default/opac/parts/record/cnbrowse.tt2 index c3a1cb46c2..d44c38d1ef 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/cnbrowse.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/cnbrowse.tt2 @@ -29,9 +29,9 @@ END -%] [% tr_open = 0; FOR cn IN ctx.browsed_call_numbers %] [%- IF loop.index % 3 == 0; tr_open = 1 %] - + [% END -%] - + [% rec_attrs = {marc_xml => cn.record.marc}; PROCESS get_marc_attrs args=rec_attrs; ident = rec_attrs.isbn_clean || rec_attrs.upc; -- 2.11.0