OPAC Customization: Place Hold Screen rel_3_0_1_opac_place_hold_screen
authorMcCanna <tmccanna@georgialibraries.org>
Tue, 7 Nov 2017 21:54:12 +0000 (16:54 -0500)
committerMcCanna <tmccanna@georgialibraries.org>
Tue, 7 Nov 2017 21:54:12 +0000 (16:54 -0500)
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 4dd6751..497d296 100644 (file)
@@ -157,14 +157,9 @@ function toggleActivationDate() {
                         [% 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'
-<<<<<<< HEAD
+                            <b><a  id='advanced_hold_link'
                                 href="[% mkurl('', {hold_type => 'M', hold_target => hdata.record.metarecord.id, bre_id => bre_id}) %]">
-                                [% l('Advanced Hold Options') %]</a>
-=======
-                                href="[% mkurl('', {hold_type => 'M', hold_target => hdata.record.metarecord.id}) %]">
-                                <br/><b>[% l('Advanced Hold Options') %]</a></b>
->>>>>>> a25fe69... OPAC UI modifications as per OPAC Working Group suggestions.
+                                <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') %]" />