[% 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') %]" />