From d76276ef6ebfdac6211925d77bd5297424a5afce Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 11 Dec 2020 16:26:55 -0500 Subject: [PATCH] PINES OPAC Customization: Renewals Remaining Tooltip Move tooltip from each row in My Account > Items Out to column header. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 index d347fa3f1f..6eb1decff2 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 @@ -47,7 +47,7 @@ [% sort_head("sort_title", l("Title")) %] [% sort_head("author", l("Author")) %] - [% sort_head("renews", l("Renewals Left")) %] + [% sort_head("renews", l("Renewals Left")) %] [% sort_head("due", l("Due Date")) %] [% sort_head("barcode", l("Barcode")) %] [% sort_head("callnum", l("Call Number")) %] @@ -151,7 +151,7 @@ Renewals Remaining - [% circ.circ.renewal_remaining %] + [% circ.circ.renewal_remaining %] [% due_date = ctx.parse_datetime(circ.circ.due_date, circ.circ.circ_lib); -- 2.11.0