From 41dc6c962fe117e3b85a1b5b2882bdf98bf68d06 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 08:02:42 -0500 Subject: [PATCH] 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 Comment: Button look and work correctly. No errors. There's only one button. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../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 2bd8aafc5b..99b8e6a790 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 ) %] -
- -
+

Record matching rules

[% IF ( added_matching_rule ) %] -- 2.39.2