Bug 25343: Use of item in review/comment feature is misleading
authorOwen Leonard <oleonard@myacpl.org>
Thu, 7 May 2020 14:57:25 +0000 (14:57 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 11 May 2020 08:53:19 +0000 (09:53 +0100)
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."

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt

index f4bcefc..7a8380b 100644 (file)
                                         [% 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 %]