From: Terran McCanna Date: Fri, 11 Dec 2020 21:26:55 +0000 (-0500) Subject: PINES OPAC Customization: Renewals Remaining Tooltip X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=089bdfed48059b1b0697ac0b7c249890e0a0a553;p=evergreen%2Fpines.git PINES OPAC Customization: Renewals Remaining Tooltip Move tooltip from each row in My Account > Items Out to column header. Signed-off-by: Terran McCanna --- 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);