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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl (-3 / +2 lines)
Lines 57-65 Link Here
57
            <td class="hq-callnumber"><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td>
57
            <td class="hq-callnumber"><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td>
58
            <td class="hq-barcode">
58
            <td class="hq-barcode">
59
                <!-- TMPL_IF NAME="item_level_request" -->
59
                <!-- TMPL_IF NAME="item_level_request" -->
60
			<em>Only Item: </em><!-- TMPL_VAR NAME="barcode" -->
60
			<em>Only Item:</em> <strong><!-- TMPL_VAR NAME="barcode" --></strong>
61
                <!-- TMPL_ELSE -->
61
                <!-- TMPL_ELSE -->
62
                    <strong><!-- TMPL_VAR NAME="barcode" --></strong></br><em>or Any available</em>
62
                    <strong><!-- TMPL_VAR NAME="barcode" --></strong> <em>or any available</em>
63
                <!-- /TMPL_IF -->
63
                <!-- /TMPL_IF -->
64
            </td>
64
            </td>
65
			<td class="hq-patron"><p><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->#reserves"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</a></p> <p><!-- TMPL_VAR NAME="phone" --></p></td>
65
			<td class="hq-patron"><p><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->#reserves"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</a></p> <p><!-- TMPL_VAR NAME="phone" --></p></td>
66
- 

Return to bug 5971