OPAC Customization: Place Hold Screen
authorMcCanna <tmccanna@georgialibraries.org>
Tue, 7 Nov 2017 21:54:12 +0000 (16:54 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 8 Sep 2018 02:36:48 +0000 (22:36 -0400)
Code cleanup in preparation for 3.0 upgrade.

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/place_hold.tt2

index 67af2ea..140fe05 100644 (file)
@@ -188,9 +188,9 @@ function maybeToggleNumCopies(obj) {
                         [% IF CGI.param('hold_type') == 'T' AND hdata.record.metarecord AND !hdata.part_required %]
                         <!-- Grab the bre_id so that we can restore it if user accidentally clicks advanced options -->
                            [% bre_id = hdata.target.id %]
-                            <a  id='advanced_hold_link'
+                            <b><a  id='advanced_hold_link'
                                 href="[% mkurl('', {hold_type => 'M', hold_target => hdata.record.metarecord.id, bre_id => bre_id}) %]">
-                                <br/><b>[% l('Advanced Hold Options') %]</a></b>
+                                <br/>[% l('Advanced Hold Options') %]</a></b>
                         [% END %]
                         [% IF CGI.param('hold_type') == 'M' AND CGI.param('bre_id') %]
                             <input type="hidden" name="bre_id" value="[% CGI.param('bre_id') %]" />