LP#1486201 Add Back to Top link in PO user/tlittle/lp1486201_backtotop
authorTiffany Little <tlittle@georgialibraries.org>
Mon, 4 Mar 2019 16:42:24 +0000 (11:42 -0500)
committerTiffany Little <tlittle@georgialibraries.org>
Mon, 4 Mar 2019 16:42:24 +0000 (11:42 -0500)
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 <tlittle@georgialibraries.org>
Open-ILS/src/templates/acq/common/li_table.tt2

index 895852c..2491b64 100644 (file)
@@ -21,7 +21,7 @@
                 * for all, otherwise combine with |
             -->
                     <option mask='*'  value='_'>[% l('--Actions--') %]</option>
-                    <option mask='pl|gs|vp|fs' value='save_picklist'>[% l('Save Items To Selection List') %]</option>
+                    <option mask='pl|gs|vp|fs' value='move_picklist'>[% l('Move Items To Selection List') %]</option>
                     <option mask='pl|gs|vp' value='selector_ready'>[% l('Mark Ready for Selector') %]</option>
                     <option mask='pl|gs|vp' value='order_ready'>[% l('Mark Ready for Order') %]</option>
                     <option mask='pl|po|gs|vp'  value='delete_selected'>[% l('Delete Selected Items') %]</option>
         <div dojoType='openils.widget.ProgressDialog' jsId='progressDialog'></div>
     </div>
 
-</div>
+<div style="font-weight:bold;margin-top:20px;"><a href="#oils-acq-picklist-header" id="gototop" class="no-click no-print">Back to Top</a></div>
 
+</div>
\ No newline at end of file