From 2353b2125f0dbd89666ac4797aad3a59eaf8f957 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 19 Jan 2015 14:54:50 -0500 Subject: [PATCH] Made table cells in holdings white to temporarily solve CSS display issue in staff client. Signed-off-by: Terran McCanna Conflicts: Open-ILS/src/templates/opac/parts/record/copy_table.tt2 --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index 417ca8c1e7..32d005d4e1 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -54,7 +54,7 @@ END; [%- FOREACH peer IN ctx.foreign_copies; FOREACH bib IN peer.foreign_copy_maps; %] - + [%- bib_lib_name = ctx.get_aou(bib.target_copy.circ_lib).name | html; l("[_1] (foreign item)", bib_lib_name); -%] - [% copy_info.copy_location | html %] - [% bib.target_copy.call_number.label | html %] - [% bib.target_copy.barcode | html %] - [% copy_info.copy_status | html %] - [% copy_info.due_date | html %] + [% copy_info.copy_location | html %] + [% bib.target_copy.call_number.label | html %] + [% bib.target_copy.barcode | html %] + [% copy_info.copy_status | html %] + [%- IF ctx.is_staff %] + [% copy_info.due_date | html %] + [%- END %] [%- END; # FOREACH peer END; # FOREACH bib -- 2.11.0