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 43-49
Link Here
|
43 |
[% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc | html %]</li>[% END %] |
43 |
[% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc | html %]</li>[% END %] |
44 |
<li><span class="label">Physical details:</span> [% pages | html %] [% illus | html %] [% size | html %] </li> |
44 |
<li><span class="label">Physical details:</span> [% pages | html %] [% illus | html %] [% size | html %] </li> |
45 |
[% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes | html %]</li>[% END %] |
45 |
[% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes | html %]</li>[% END %] |
46 |
<li><span class="label">No. of items:</span> [% count | html %] [% IF ( hiddencount ) %]total ([% showncount | html %] shown / [% hiddencount | html %] hidden) |
46 |
<li><span class="label">No. of items:</span> [% count | html %] [% IF ( hiddencount ) %]total ([% showncount | html %] shown / [% hiddencount | html %] hidden) |
47 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&showallitems=1">Show all items</a>[% END %]</li> |
47 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&showallitems=1">Show all items</a>[% END %]</li> |
48 |
</ol> |
48 |
</ol> |
49 |
</div> |
49 |
</div> |
Lines 205-210
Link Here
|
205 |
[% END %] |
205 |
[% END %] |
206 |
|
206 |
|
207 |
</ol></div></div> |
207 |
</ol></div></div> |
|
|
208 |
|
209 |
<div class="listgroup"><h4>Priority</h4> |
210 |
<div class="rows"> |
211 |
<ol class="bibliodetails"> |
212 |
<li> |
213 |
<span class="label">Exclude from local holds priority:</span> |
214 |
<form action="updateitem.pl" method="post"> |
215 |
<input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" /> |
216 |
<input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /> |
217 |
<input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" /> |
218 |
<select id="exclude_from_local_holds_priority" name="exclude_from_local_holds_priority"> |
219 |
[% IF ITEM_DAT.exclude_from_local_holds_priority %] |
220 |
<option value="1" selected>Yes</option> |
221 |
<option value="0">No</option> |
222 |
[% ELSE %] |
223 |
<option value="1">Yes</option> |
224 |
<option value="0" selected>No</option> |
225 |
[% END %] |
226 |
</select> |
227 |
<input type="hidden" name="op" value="set_exclude_priority" /> |
228 |
<input type="submit" name="submit" class="submit" value="Update" /></form> |
229 |
</li> |
230 |
</ol> |
231 |
</div> |
232 |
</div> |
233 |
|
208 |
<div class="listgroup"><h4>History</h4> |
234 |
<div class="listgroup"><h4>History</h4> |
209 |
<div class="rows"> |
235 |
<div class="rows"> |
210 |
<ol class="bibliodetails"> |
236 |
<ol class="bibliodetails"> |