From c4f22d1c26b36d25afe40f7f2da7c2eebdf4828f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 15 Feb 2013 10:37:50 -0500 Subject: [PATCH] Bug 9616 - Replace YUI menu on patrons page with Bootstrap Content-Type: text/plain; charset="utf-8" This patch converts the toolbar include file used to create the "New patron" menu to Bootstrap, replacing YUI button and menu code with Bootstrap markup. To test, view any page which uses patron-toolbar.inc (members-home.pl or circulation.pl after searching for a non-existent patron). Button and menu should look correct and work correctly with the AddPatronLists preference in both states. --- .../prog/en/includes/patron-toolbar.inc | 86 ++++---------------- 1 file changed, 16 insertions(+), 70 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc index 4a9b715..374d388 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc @@ -1,73 +1,19 @@ [% UNLESS ( no_add ) %] -
- - +
+
+ + +
[% END %] \ No newline at end of file -- 1.7.9.5