From 7ed1d83fd4784eae2add2c0103810523c1257bd5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 15 Feb 2013 10:37:50 -0500 Subject: [PATCH] [PASSED QA] 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. --- .../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