Bugzilla – Attachment 15412 Details for
Bug 9640
Replace YUI button on record matching rules page with Bootstrap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9640 - Replace YUI button on record matching rules page with Bootstrap
SIGNED-OFF-Bug-9640---Replace-YUI-button-on-record.patch (text/plain), 1.82 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-15 20:37:14 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9640 - Replace YUI button on record matching rules page with Bootstrap
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-15 20:37:14 UTC
Size:
1.82 KB
patch
obsolete
>From 925c91843665387cacba70bb28d54c493da41607 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sun, 3 Feb 2013 08:02:42 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 9640 - Replace YUI button on record > matching rules page with Bootstrap > >This patch converts the toolbar on the matching rules administration >page to Bootstrap, replacing YUI button code with Bootstrap markup. > >To test, view the matching rules administration page and confirm that >buttons look correct and work correctly. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Button look and work correctly. No errors. >There's only one button. >--- > .../prog/en/modules/admin/matching-rules.tt | 18 +++--------------- > 1 file changed, 3 insertions(+), 15 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >index 2bd8aaf..99b8e6a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >@@ -544,21 +544,9 @@ function CheckRuleForm(f) { > > [% IF ( display_list ) %] > >-<div id="toolbar"> >- <script type="text/javascript"> >- //<![CDATA[ >- // prepare DOM for YUI Toolbar >- $(document).ready(function() { >- yuiToolbar(); >- }); >- // YUI Toolbar Functions >- function yuiToolbar() { >- new YAHOO.widget.Button("newrule"); >- } //]]> >- </script> >- <ul class="toolbar"> >- <li><a id="newrule" href="[% script_name %]?op=add_matching_rule">New record matching rule</a></li> >-</ul></div> >+<div id="toolbar" class="btn-toolbar"> >+ <a class="btn btn-small" id="newrule" href="[% script_name %]?op=add_matching_rule"><i class="icon-plus"></i> New record matching rule</a> >+</div> > > <h2>Record matching rules</h2> > [% IF ( added_matching_rule ) %] >-- >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 9640
:
15404
|
15412
|
15455