From 22659087b7c0db3e1789251c2bfd4d7d5b67ed44 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 bb14c9c12c..c128b5765a 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -55,7 +55,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 %] - [% bib.target_copy.status.name | html %] - [% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %] + [% 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