Bugzilla – Attachment 62471 Details for
Bug 18452
Should say 'URL' instead of 'url' in catalog detail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 18452: Correcting 'url' to say 'URL' in catalog detail
SIGNED-OFF-Bug-18452-Correcting-url-to-say-URL-in-.patch (text/plain), 2.86 KB, created by
Owen Leonard
on 2017-04-20 13:30:42 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 18452: Correcting 'url' to say 'URL' in catalog detail
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-04-20 13:30:42 UTC
Size:
2.86 KB
patch
obsolete
>From ef2492a3751a2197b99147822498721512aaf3c7 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 19 Apr 2017 01:03:15 +0000 >Subject: [PATCH] [SIGNED-OFF] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index b9bf9ed..31f7723 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -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 %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index ca6e1b1..5a5a897 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1171,7 +1171,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 %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18452
:
62345
|
62346
|
62471
|
62609