From: Galen Charlton Date: Fri, 18 May 2018 21:28:46 +0000 (-0400) Subject: javascript to toggle record selection status X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=59d869e705209d969b23917815d08d17e5240dc5;p=working%2FEvergreen.git javascript to toggle record selection status - checkboxes now show up only when JavaScript enabled - toggling a single record checkbox adds/removes it from temporary list - toggling the select all checkbox adds/removes all records on the page - legacy add/remove links when a patron is not logged in tweaked to always be present, but to have visibility controlled based on checkbox chanegs Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/parts/js.tt2 b/Open-ILS/src/templates/opac/parts/js.tt2 index 01fb9f943d..2c52ce6abb 100644 --- a/Open-ILS/src/templates/opac/parts/js.tt2 +++ b/Open-ILS/src/templates/opac/parts/js.tt2 @@ -68,6 +68,10 @@ [%- END %] +[%- IF ctx.page == 'rresult' %] + +[%-END %] + [% IF ctx.page == 'place_hold' %]