From: Terran McCanna Date: Mon, 19 Jan 2015 19:54:50 +0000 (-0500) Subject: Made table cells in holdings white to temporarily solve CSS display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=671b828291aa74c9ce8bee540b7ad29c58923c10;p=evergreen%2Fpines.git Made table cells in holdings white to temporarily solve CSS display issue in staff client. Signed-off-by: Terran McCanna --- 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 8e0e017c00..eaab4b8cd3 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -56,7 +56,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.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 %] + [% copy_info.due_date | html %] [%- END %] [%- END; # FOREACH peer