From 11546a2ee1480e7f9a596652b81a6d1fe9564e39 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 18:26:25 -0500 Subject: [PATCH] Bug 9629 - Replace YUI button on patron category administration page with Bootstrap This patch converts the toolbar used by the patrons [category] administration to Bootstrap, replacing YUI button and menu code with Bootstrap markup. To test, view the patrons [category] administration page and confirm that the button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, looks correct and works correctly. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/categorie.tt | 24 +++---------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt index 6c3114f9b4..e7e00d4ee0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt @@ -266,27 +266,9 @@ Confirm deletion of category [% categorycode |html %][% END %] [% IF ( else ) %] -
- -
+

Patron category administration

[% IF ( searchfield ) %] -- 2.39.2