Bugzilla – Attachment 104518 Details for
Bug 25343
Use of item in review/comment feature is misleading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25343: Use of item in review/comment feature is misleading
Bug-25343-Use-of-item-in-reviewcomment-feature-is-.patch (text/plain), 2.08 KB, created by
Owen Leonard
on 2020-05-07 15:05:16 UTC
(
hide
)
Description:
Bug 25343: Use of item in review/comment feature is misleading
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-05-07 15:05:16 UTC
Size:
2.08 KB
patch
obsolete
>From 26ee95cf2d47cd131d3744010cfda85b9cdfa1f9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 7 May 2020 14:57:25 +0000 >Subject: [PATCH] Bug 25343: Use of item in review/comment feature is > misleading > >This patch updates the terminology associated with leaving a comment in >the OPAC. the word "item" is replaced with the more specific "title." > >To test, apply the patch and make sure the reviewson system preference >is enabled. > > - Log in to the OPAC and view a bibliographic record which has no > comments. > - Under the "comments" tab, verify that the text in the tab says > "There are no comments on this title. Post your comments on this > title." >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 f4bcefcbe8..7a8380b7be 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -896,13 +896,13 @@ > [% END %] > [% END # / FOREACH reviews %] > [% ELSE %] >- <p>There are no comments for this item.</p> >+ <p>There are no comments on this title.</p> > [% END # / IF reviews %] > > [% IF ( loggedinusername ) %] > [% UNLESS ( loggedincommenter ) %] > <div id="addcomment"> <a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% biblio.biblionumber | uri %]'); return false;"> >- Post your comments on this item. >+ Post your comments on this title. > </a></div> > [% END %] > [% ELSE %] >-- >2.11.0
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 25343
:
104518
|
104555