From 04a977e3729e20ce9d1d378efab27e7b520f3d83 Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Mon, 4 Mar 2019 11:42:24 -0500 Subject: [PATCH] LP#1486201 Add Back to Top link in PO Adds a 'Back to Top' link at the end of the line item table to jump back to the top of the PO. Signed-off-by: Tiffany Little --- Open-ILS/src/templates/acq/common/li_table.tt2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/acq/common/li_table.tt2 b/Open-ILS/src/templates/acq/common/li_table.tt2 index 895852ccff..2491b64d67 100644 --- a/Open-ILS/src/templates/acq/common/li_table.tt2 +++ b/Open-ILS/src/templates/acq/common/li_table.tt2 @@ -21,7 +21,7 @@ * for all, otherwise combine with | --> - + @@ -599,5 +599,6 @@
- +
Back to Top
+ \ No newline at end of file -- 2.11.0