Bugzilla – Attachment 48903 Details for
Bug 15993
Making currency actions buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15993: Making currency actions buttons
Bug-15993-Making-currency-actions-buttons.patch (text/plain), 1.63 KB, created by
Aleisha Amohia
on 2016-03-10 01:54:24 UTC
(
hide
)
Description:
Bug 15993: Making currency actions buttons
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-03-10 01:54:24 UTC
Size:
1.63 KB
patch
obsolete
>From 1273a6497a438dbdf6435224d68062679ed9e63b Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 10 Mar 2016 01:53:30 +0000 >Subject: [PATCH] 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 >--- > 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