Bug 4969: Cursor should be pointer for links
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 7 Mar 2017 18:44:57 +0000 (15:44 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 13:51:49 +0000 (13:51 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt

index 4b24671..d048a84 100644 (file)
@@ -86,7 +86,7 @@ $(document).ready(function() {
     [% ELSE %]
         <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&amp;booksellerid=[% booksellerid %]&amp;allbaskets=1">Show all baskets</a>
     [% END %]
-    | <a id="show_active_vendors">Show active vendors only</a><a id="show_all_vendors">Show all vendors</a>
+    | <a href="#" id="show_active_vendors">Show active vendors only</a><a href="#" id="show_all_vendors">Show all vendors</a>
     <div id="acqui_order_supplierlist">
         [% FOREACH supplier IN loop_suppliers %]
             [% IF ( supplier.active ) %]