Bugzilla – Attachment 60894 Details for
Bug 4969
Vendors can not be deleted / show only active vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4969: Cursor should be pointer for links
Bug-4969-Cursor-should-be-pointer-for-links.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2017-03-07 18:52:55 UTC
(
hide
)
Description:
Bug 4969: Cursor should be pointer for links
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-07 18:52:55 UTC
Size:
1.31 KB
patch
obsolete
>From 27e3f4cab829622fdde7e07262bdcaa9cd4fb1e9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Mar 2017 15:44:57 -0300 >Subject: [PATCH] Bug 4969: Cursor should be pointer for links > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 4b24671..d048a84 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -86,7 +86,7 @@ $(document).ready(function() { > [% ELSE %] > <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]&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 ) %] >-- >2.9.3
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 4969
:
7398
|
7532
|
7830
|
7982
|
8071
|
8072
|
60803
|
60807
|
60893
| 60894 |
60895
|
60896