Bug 10307 - z39.50 server search tab shows z390.50
authorOwen Leonard <oleonard@myacpl.org>
Tue, 4 Jun 2013 18:36:41 +0000 (14:36 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 4 Jun 2013 18:41:10 +0000 (11:41 -0700)
The label on the global search form for Z39.50 administration reads
"Z390.50." This patch corrects the typo.

To test, apply the patch and navigate to Administration -> Z39.50
servers. The label on the global search tab should read "Search Z39.50
servers."

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc

index da47e19..b09186f 100644 (file)
@@ -21,7 +21,7 @@
        </div>
        [% END %]
                        <ul>
-            <li><a href="#z3950_search">Search Z390.50 servers</a></li>
+            <li><a href="#z3950_search">Search Z39.50 servers</a></li>
             [% IF ( CAN_user_circulate ) %]<li><a href="#circ_search">Check out</a></li>[% END %]
             [% IF ( CAN_user_catalogue ) %]<li><a href="#catalog_search">Search the catalog</a></li>[% END %]
                        </ul>