Bug 18452: Correcting 'url' to say 'URL' in catalog detail
To test: 1) Edit a record, put a URL in 856u and hit save 2) Confirm that url shows as URL in OPAC and staff client Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
4ac0aab9bb
commit
82943de12c
2 changed files with 3 additions and 3 deletions
|
@ -553,7 +553,7 @@ function verify_images() {
|
|||
<li><strong>Dewey:</strong> [% dewey %]</li>
|
||||
[% END %]
|
||||
[% IF ( urlS ) %]
|
||||
<li><strong>url:</strong>
|
||||
<li><strong>URL:</strong>
|
||||
[% FOREACH url IN urlS %]
|
||||
<a href="[% url.url %]">[% url.url %]</a>
|
||||
[% END %]
|
||||
|
@ -640,7 +640,7 @@ function verify_images() {
|
|||
<th>Last seen</th>
|
||||
<th>Barcode</th>
|
||||
[% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
|
||||
[% IF ( itemdata_uri ) %]<th>url</th>[% END %]
|
||||
[% IF ( itemdata_uri ) %]<th>URL</th>[% END %]
|
||||
[% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %]
|
||||
[% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %]
|
||||
[% IF materials %]<th>Materials specified</th>[% END %]
|
||||
|
|
|
@ -1182,7 +1182,7 @@
|
|||
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %]
|
||||
<th id="item_callnumber" class="call_no">Call number</th>
|
||||
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %]
|
||||
[% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %]
|
||||
[% IF ( itemdata_uri ) %]<th id="item_url" class="url">URL</th>[% END %]
|
||||
[% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy number</th>[% END %]
|
||||
<th id="item_status" class="status">Status</th>
|
||||
[% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %]
|
||||
|
|
Loading…
Reference in a new issue