From 2110386479f0b4e446967e3f853662632fb0788a 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 Content-Type: text/plain; charset="utf-8" This patch converts the toolbar used by the patrons administration to Bootstrap, replacing YUI button and menu code with Bootstrap markup. To test, view the patrons administration page and confirm that the button looks correct and works correctly. --- .../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 6c3114f..e7e00d4 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 ) %] -
- -
+
+ New category +

Patron category administration

[% IF ( searchfield ) %] -- 1.7.9.5