From 380564e534aad930ac8446afa8d675a097a53700 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 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. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works as described. No errors. Looks very good! Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../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 4a9b715bfc..374d38895b 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 -- 2.39.2