From af6e0a9fcdbdcff871516cba93bf5c03568d5cae Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 14 Mar 2019 16:48:40 -0400 Subject: [PATCH] JBAS-2224 Copy detail ISBN display repairs Prevent long ISBN strings from distorting the copy detail display. Instead, chop off the overflow and show the entirety via tooltip. Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 index 30303d7bd2..340520e30e 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 @@ -59,8 +59,10 @@
[% l('ISBN') %]
-
- {{copy.call_number().record().simple_record().isbn()}} +
+ + {{copy.call_number().record().simple_record().isbn()}} +
[% l('Loan Duration') %]
-- 2.11.0