From 59d066af24690be96c661e318eb9e10c858776ae Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 18 Nov 2022 13:13:56 -0500 Subject: [PATCH] PINES Item Bucket Customizations Squashed previous commits for 3.10 Signed-off-by: Tiffany Little Signed-off-by: Terran McCanna --- .../src/templates/staff/cat/bucket/copy/t_view.tt2 | 64 ++++++++++++++++++---- 1 file changed, 52 insertions(+), 12 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 b/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 index 26fe5ec7ea..4279202edb 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 @@ -1,12 +1,14 @@ + + + dateformat="{{$root.egDateAndTimeFormat}}"> [% INCLUDE 'staff/cat/bucket/copy/t_grid_menu.tt2' %] @@ -31,28 +33,66 @@ - - + + + + {{item['barcode']}} - {{item['call_number.label']}} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + {{item['call_number.record.simple_record.title']}} - - + -- 2.11.0