From 711d1d71c62ec4a421188e6b0ca512307b2d1d3a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 14 May 2018 15:24:59 -0400 Subject: [PATCH] add checkbox on results page TODO: display only when Javascript is enabled TODO: styling in mobile view (want checkbox to remain to the left of the number if possible) --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index d28e8ec099..a9a3391950 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -84,9 +84,13 @@ END; %] - [% - result_count; result_count = result_count + 1 - %]. + + [% IF !rec.mmr_id %] + + [% END %] + [% result_count; result_count = result_count + 1 %]. +