Bugzilla – Attachment 49065 Details for
Bug 15993
Making currency actions buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15993: Making currency actions buttons
SIGNED-OFF-Bug-15993-Making-currency-actions-butto.patch (text/plain), 1.74 KB, created by
Aleisha Amohia
on 2016-03-13 21:23:13 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15993: Making currency actions buttons
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-03-13 21:23:13 UTC
Size:
1.74 KB
patch
obsolete
>From dd9a76863c2d256279e22da80165b25d826ccc7a Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 10 Mar 2016 01:53:30 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 15993: Making currency actions buttons > >To test: > >1) Go to Administration -> Currencies and exchange rates >2) Confirm that the actions 'Edit' and 'Delete' are now buttons and behave as expected. > >Sponsored-by: Catalyst IT >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >https://bugs.koha-community.org/show_bug.cgi?id=15593 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index 8fb7152..7c2b4c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -191,9 +191,8 @@ > <td style="color:green;">[% IF currency.active %]รข[% END %]</td> > <td>[% IF currency.archived %]Yes[% END %]</td> > <td> >- <a href="/cgi-bin/koha/admin/currency.pl?op=add_form&currency_code=[% currency.currency %]">Edit</a> >- | >- <a href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&currency_code=[% currency.currency %]">Delete</a> >+ <a class="btn btn-mini" href="/cgi-bin/koha/admin/currency.pl?op=add_form&currency_code=[% currency.currency %]"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="btn btn-mini" href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&currency_code=[% currency.currency %]"><i class="fa fa-trash"></i> Delete</a> > </td> > </tr> > [% END %] >-- >1.7.10.4
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 15993
:
48720
|
48826
|
48850
|
48903
|
49043
|
49044
|
49065
|
49066
|
49119
|
49120