From e0a27ea67c42eda5f132d4817d977df995020a31 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 d232d65974..1ddc4ccfed 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 @@ -48,7 +48,7 @@ [% l("Cover") %] [% 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")) %] @@ -174,7 +174,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