Bugzilla – Attachment 49120 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 [Follow-up] Making currency actions buttons
Bug-15993-Follow-up-Making-currency-actions-button.patch (text/plain), 1.88 KB, created by
Jonathan Druart
on 2016-03-14 16:35:11 UTC
(
hide
)
Description:
Bug 15993 [Follow-up] Making currency actions buttons
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-14 16:35:11 UTC
Size:
1.88 KB
patch
obsolete
>From 2aaabbff7497f93ea772cb6f04a271ce318d2d47 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 11 Mar 2016 11:13:08 -0500 >Subject: [PATCH] Bug 15993 [Follow-up] Making currency actions buttons > >This trivial follow-up adds an "actions" class to the table cell >containing the new buttons. In conjunction with the style update in Bug >16048, this will prevent the buttons from wrapping at narrow browser >window widths. > >To test, apply the patch for Bug 16048 and go to Administration -> >Currencies and exchange rates. > >In the table of currencies, confirm that the "Edit" and "Delete" buttons >are not stacked one on top of the other even at narrow browser window >widths. > >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 7c2b4c8..ff56bc3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -190,7 +190,7 @@ > <td><span title="[% currency.timestamp %]">[% currency.timestamp | $KohaDates %]</span></td> > <td style="color:green;">[% IF currency.active %]รข[% END %]</td> > <td>[% IF currency.archived %]Yes[% END %]</td> >- <td> >+ <td class="actions"> > <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> >-- >2.7.0
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