Bugzilla – Attachment 15470 Details for
Bug 9632
Replace YUI button on the currencies administration page with Bootstrap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9632 - Replace YUI button on the currencies administration page with Bootstrap
PASSED-QA-Bug-9632---Replace-YUI-button-on-the-cur.patch (text/plain), 1.80 KB, created by
Katrin Fischer
on 2013-02-17 14:47:48 UTC
(
hide
)
Description:
[PASSED QA] Bug 9632 - Replace YUI button on the currencies administration page with Bootstrap
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-02-17 14:47:48 UTC
Size:
1.80 KB
patch
obsolete
>From b933a95adfc246b291491248527bc2fad1987bea Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sat, 2 Feb 2013 19:09:42 -0500 >Subject: [PATCH] [PASSED QA] Bug 9632 - Replace YUI button on the currencies > administration page with Bootstrap > >This patch converts the toolbar on the currencies administration page to >Bootstrap, replacing YUI button code with Bootstrap markup. > >To test, view the currencies and exchange rates administration page. The >'New currency' button should look correct and work correctly. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Work and look correctly. No errors > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works nicely, no problems found. >--- > .../prog/en/modules/admin/currency.tt | 9 +++------ > 1 file changed, 3 insertions(+), 6 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 4834ff3..99f693b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -46,8 +46,6 @@ > } > > $(document).ready(function() { >- new YAHOO.widget.Button("newcurrency"); >- > // prevents users to check active with a currency != 1 > $("#rate").keyup(function() { > check_currency( $(this).val() ); >@@ -76,10 +74,9 @@ > <div class="yui-b"> > > [% IF ( else ) %] >-<div id="toolbar"> >- <ul class="toolbar"> >- <li><a id="newcurrency" href="[% script_name %]?op=add_form">New currency</a></li> >-</ul></div> >+<div id="toolbar" class="btn-toolbar"> >+ <a class="btn btn-small" id="newcurrency" href="[% script_name %]?op=add_form"><i class="icon-plus"></i> New currency</a> >+</div> > [% END %] > > [% IF ( add_form ) %] >-- >1.7.9.5
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 9632
:
15390
|
15399
| 15470