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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl (-12 / +10 lines)
Lines 38-66 Link Here
38
        <th>Collection</th>
38
        <th>Collection</th>
39
        <th>Call Number</th>
39
        <th>Call Number</th>
40
        <th>Barcode</th>
40
        <th>Barcode</th>
41
		<th>Patron</th>
41
	<th>Patron</th>
42
        <th>Send To</th>
42
        <th>Send To</th>
43
        <th>Date</th>
43
        <th>Date</th>
44
    </tr>
44
    </tr>
45
	</thead>
45
	</thead>
46
     <tbody><!-- TMPL_LOOP NAME="itemsloop"-->
46
    <tbody><!-- TMPL_LOOP NAME="itemsloop"-->
47
        <tr>
47
        <tr>
48
            <td><p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->"><strong><!-- TMPL_VAR NAME="title" escape="html"--></strong></a></p>
48
            <td><p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->"><strong><!-- TMPL_VAR NAME="title" escape="html"--></strong> <!-- TMPL_VAR NAME="subtitle" ESCAPE="HTML"--> <!-- TMPL_VAR NAME="parts" --> <!-- TMPL_VAR NAME="numbers" --></a></p>
49
	    <p><!-- TMPL_VAR NAME="subtitle" ESCAPE="HTML"--> <!-- TMPL_VAR NAME="parts" --> <!-- TMPL_VAR NAME="numbers" --></p>
49
                        <p><strong><!-- TMPL_VAR NAME="author" --></strong>
50
			<p><strong><!-- TMPL_VAR NAME="author" --></strong>
50
                        <!-- TMPL_IF name="publishercode" --><!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
51
			<!-- TMPL_IF name="publishercode" --><!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
51
                                                                                <!-- TMPL_IF name="publicationyear" -->, <!-- TMPL_VAR name="publicationyear" -->
52
										<!-- TMPL_IF name="publicationyear" -->, <!-- TMPL_VAR name="publicationyear" -->
52
                                                                                <!-- TMPL_ELSIF name="copyrightdate"-->, <!-- TMPL_VAR name="copyrightdate" --><!-- /TMPL_IF -->
53
										<!-- TMPL_ELSIF name="copyrightdate"-->, <!-- TMPL_VAR name="copyrightdate" --><!-- /TMPL_IF -->
54
                                        <!-- TMPL_IF name="pages" -->: <!-- TMPL_VAR name="pages" --> <!-- /TMPL_IF -->
53
                                        <!-- TMPL_IF name="pages" -->: <!-- TMPL_VAR name="pages" --> <!-- /TMPL_IF -->
55
                                        <!-- TMPL_IF name="size" --><!-- TMPL_VAR name="size" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="isbn" -->ISBN: <!-- TMPL_VAR NAME="isbn" --><!-- /TMPL_IF --></p>
54
                                        <!-- TMPL_IF name="size" --><!-- TMPL_VAR name="size" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="isbn" -->ISBN: <!-- TMPL_VAR NAME="isbn" --><!-- /TMPL_IF --></p>
56
			</td>
55
                        </td>
57
            <td><!-- TMPL_VAR NAME="ccode" --></td>
56
            <td><!-- TMPL_VAR NAME="ccode" --></td>
58
            <td><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td>
57
            <td><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td>
59
            <td>
58
            <td>
60
                <!-- TMPL_IF NAME="item_level_request" -->
59
                <!-- TMPL_IF NAME="item_level_request" -->
61
                    <!-- TMPL_VAR NAME="barcode" -->
60
                    <em>Only Item: </em><!-- TMPL_VAR NAME="barcode" -->
62
                <!-- TMPL_ELSE -->
61
                <!-- TMPL_ELSE -->
63
                    <em>Any available copy</em>
62
                    <!-- TMPL_VAR NAME="barcode" --> <em>or Any available copy</em>
64
                <!-- /TMPL_IF -->
63
                <!-- /TMPL_IF -->
65
            </td>
64
            </td>
66
			<td><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><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>
67
- 

Return to bug 5143