Bugzilla – Attachment 48850 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: Moving currency actions into a drop-down menu
Bug-15993-Moving-currency-actions-into-a-drop-down.patch (text/plain), 2.43 KB, created by
Jonathan Druart
on 2016-03-09 12:11:34 UTC
(
hide
)
Description:
Bug 15993: Moving currency actions into a drop-down menu
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-09 12:11:34 UTC
Size:
2.43 KB
patch
obsolete
>From 1fc1164bac9d6b0b5f75a4c19d7fd09e046d6035 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Sun, 6 Mar 2016 22:40:42 +0000 >Subject: [PATCH] Bug 15993: Moving currency actions into a drop-down menu > >To test: > >1) Go to Administration -> Currencies and exchange rates >2) Confirm that the actions 'Edit' and 'Delete' have been moved into a drop-down menu and buttons behave as expected. > >Sponsored-by: Catalyst IT > >Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 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 6b91775..af909da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -207,7 +207,8 @@ > <th class="title-string">Last updated</th> > <th>Active</th> > <th>Archived</th> >- <th>Actions</th> >+ <th> </th> >+ > </tr> > </thead> > <tbody> >@@ -221,9 +222,14 @@ > <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> >+ <div class="dropdown"> >+ <a class="btn btn-mini dropdown-toggle" id="currencyactions[% currency.currency %]" role="button" data-toggle="dropdown" href="#"> >+ Actions <b class="caret"></b></a> >+ <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="currencyactions[% currency.currency %]"> >+ <li><a href="/cgi-bin/koha/admin/currency.pl?op=add_form&currency_code=[% currency.currency %]"><i class="fa fa-pencil"></i> Edit</a></li> >+ <li><a href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&currency_code=[% currency.currency %]"><i class="fa fa-trash"></i> Delete</a></li> >+ </ul> >+ </div> > </td> > </tr> > [% END %] >-- >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