View | Details | Raw Unified | Return to bug 13887
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 440-447 function checkMultiHold() { Link Here
440
            [% IF ( bibitemloo.publicationyear ) %]<li><span class="label">Publication year:</span> [% bibitemloo.publicationyear %]</li>[% END %]
440
            [% IF ( bibitemloo.publicationyear ) %]<li><span class="label">Publication year:</span> [% bibitemloo.publicationyear %]</li>[% END %]
441
          </ol>
441
          </ol>
442
442
443
        <h2 style="padding: 0 1em;">Place a hold on a specific item</h2>
443
        <table id="requestspecific">
444
        <table id="requestspecific">
444
        <caption>Place a hold on a specific item</caption>
445
            <thead>
445
            <thead>
446
                <tr>
446
                <tr>
447
                    <th>Hold</th>
447
                    <th>Hold</th>
448
- 

Return to bug 13887