From f9b8016e8cd79bf647e0e1acd5af3481421806bc Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 22 Feb 2013 10:50:23 -0500 Subject: [PATCH] Bug 9698 - Replace YUI buttons on patron card creator manage toolbar with Bootstrap Content-Type: text/plain; charset="utf-8" This patch converts the toolbar include file used by the patron card creator home and manage pages to Bootstrap, replacing YUI button and menu code with Bootstrap markup. This patch converts the previous menu buttons to plain buttons, removing the redundant links to the manage pages, which are in the left-hand sidebar. This keeps toolbar buttons within the general category of "action" (as opposed to "view"). To test, view the patron card creator home page and any manage page ("Manage layouts," "Manage profiles," etc). Buttons should look correct and work correctly. --- .../prog/en/includes/patroncards-toolbar.inc | 79 ++------------------ 1 file changed, 5 insertions(+), 74 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc index 92b01f9..ef32f2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc @@ -1,75 +1,6 @@ - -
- + -- 1.7.9.5