Bug 16298: Standardize on "Patron categories" when referring to patron category admin...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 19 Apr 2016 16:56:38 +0000 (12:56 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 15:29:11 +0000 (15:29 +0000)
This patch modifies references to the patron categories administration
page in two places: Replacing "Patron types and categories" in the
administration sidebar menu and replacing "Patron category
administration" in the heading of categories.tt. Both should now read
"Patron categories."

To test, apply the patch and confirm that the text has been updated
correctly.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Text has been updated correctly

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt

index 781da2a..e736272 100644 (file)
@@ -27,7 +27,7 @@
 
 <h5>Patrons and circulation</h5>
 <ul>
-    <li><a href="/cgi-bin/koha/admin/categories.pl">Patron types and categories</a></li>
+    <li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
     <li><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></li>
     <li><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></li>
     <li><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></li>
index 0f42641..aa2d3a2 100644 (file)
         <a class="btn btn-small" id="newcategory" href="/cgi-bin/koha/admin/categories.pl?op=add_form"><i class="fa fa-plus"></i> New category</a>
     </div>
 
-    <h2>Patron category administration</h2>
+    <h2>Patron categories</h2>
     [% IF searchfield %]
         You Searched for [% searchfield %]</span>
     [% END %]