Lines 8-14
Link Here
|
8 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
<title>Koha › Catalog › Item details for [% INCLUDE 'biblio-title-head.inc' %]</title> |
9 |
<title>Koha › Catalog › Item details for [% INCLUDE 'biblio-title-head.inc' %]</title> |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
<style>h3{padding-top: 1em; border-top: 2px solid #CCCCCC;}#exportLabelexportModal_{border-top: 0px;}</style> |
11 |
<style>h3{padding-top: 1em; border-top: 2px solid #CCCCCC; clear: both}#exportLabelexportModal_{border-top: 0px;}</style> |
12 |
</head> |
12 |
</head> |
13 |
<body id="catalog_moredetail" class="catalog"> |
13 |
<body id="catalog_moredetail" class="catalog"> |
14 |
[% USE KohaDates %] |
14 |
[% USE KohaDates %] |
Lines 44-50
Link Here
|
44 |
[% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc | html %]</li>[% END %] |
44 |
[% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc | html %]</li>[% END %] |
45 |
<li><span class="label">Physical details:</span> [% pages | html %] [% illus | html %] [% size | html %] </li> |
45 |
<li><span class="label">Physical details:</span> [% pages | html %] [% illus | html %] [% size | html %] </li> |
46 |
[% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes | html %]</li>[% END %] |
46 |
[% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes | html %]</li>[% END %] |
47 |
<li><span class="label">No. of items:</span> [% count | html %] [% IF ( hiddencount ) %]total ([% showncount | html %] shown / [% hiddencount | html %] hidden) |
47 |
<li><span class="label">No. of items:</span> [% count | html %] [% IF ( hiddencount ) %]total ([% showncount | html %] shown / [% hiddencount | html %] hidden) |
48 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&showallitems=1">Show all items</a>[% END %]</li> |
48 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&showallitems=1">Show all items</a>[% END %]</li> |
49 |
</ol> |
49 |
</ol> |
50 |
</div> |
50 |
</div> |
Lines 216-221
Link Here
|
216 |
[% END %] |
216 |
[% END %] |
217 |
|
217 |
|
218 |
</ol></div></div> |
218 |
</ol></div></div> |
|
|
219 |
|
220 |
<div class="listgroup"><h4>Priority</h4> |
221 |
<div class="rows"> |
222 |
<ol class="bibliodetails"> |
223 |
<li> |
224 |
<span class="label">Exclude from local holds priority:</span> |
225 |
<form action="updateitem.pl" method="post"> |
226 |
<input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" /> |
227 |
<input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /> |
228 |
<input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" /> |
229 |
<select id="exclude_from_local_holds_priority" name="exclude_from_local_holds_priority"> |
230 |
[% IF ITEM_DAT.exclude_from_local_holds_priority %] |
231 |
<option value="1" selected>Yes</option> |
232 |
<option value="0">No</option> |
233 |
[% ELSE %] |
234 |
<option value="1">Yes</option> |
235 |
<option value="0" selected>No</option> |
236 |
[% END %] |
237 |
</select> |
238 |
<input type="hidden" name="op" value="set_exclude_priority" /> |
239 |
<input type="submit" name="submit" class="submit" value="Update" /></form> |
240 |
</li> |
241 |
</ol> |
242 |
</div> |
243 |
</div> |
244 |
|
219 |
<div class="listgroup"><h4>History</h4> |
245 |
<div class="listgroup"><h4>History</h4> |
220 |
<div class="rows"> |
246 |
<div class="rows"> |
221 |
<ol class="bibliodetails"> |
247 |
<ol class="bibliodetails"> |