Had moved checkbox to a different spot on page in previous
release. This release added it back, which caused a duplicate
checkbox. This patch removes the duplicate.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
</div>
[% END %]
+
+<!-- PINES customization: moved group checkbox lower on page -->
+
[% CASE "copy_location" %]
<select id="adv_copy_location_selector"
title="[% l('Select Shelving Location') %]"
</div>
</div>
- <!-- moved checkboxes into their own div for readability -->
+ <!-- PINES Customization: moved checkboxes into their own div for readability -->
<div style="clear:left;padding-left:20px;">
<input type='checkbox' name="modifier"
value="available"[% CGI.param('modifier').grep('available').size ? ' checked="checked"' : '' %]