Bug 18452: Correcting 'url' to say 'URL' in catalog detail
authorAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 19 Apr 2017 01:03:15 +0000 (01:03 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 24 Apr 2017 17:26:10 +0000 (13:26 -0400)
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>

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt

index b9bf9ed..31f7723 100644 (file)
@@ -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 %]
index e4eabbe..b5066fe 100644 (file)
                 [% 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 %]