From d0d2a961db674316d7b8056e89584e899e78636a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 1 Feb 2013 19:31:44 -0500 Subject: [PATCH] Bug 9636 - Replace YUI buttons on labels pages with Bootstrap This patch converts the toolbar include file used by the label manager 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"). This patch also removes an unused include file, labels-new-toolbar.inc To test, view the labels home page and any of the label manage pages (layouts, templates, profiles, batches). Buttons should look correct and work correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Nicole is not going to be happy, images in Label creator section of manual needs to change :) Signed-off-by: Katrin Fischer Works nicely, I was wondering if we should have the plus icon on those buttons like we have on the other 'New' buttons. Signed-off-by: Jared Camins-Esakov --- .../prog/en/includes/labels-new-toolbar.inc | 23 ----- .../prog/en/includes/labels-toolbar.inc | 92 ++++--------------- 2 files changed, 17 insertions(+), 98 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/labels-new-toolbar.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-new-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-new-toolbar.inc deleted file mode 100644 index 2f75b279ca..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-new-toolbar.inc +++ /dev/null @@ -1,23 +0,0 @@ - - diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc index 4de8007491..06850f9d57 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc @@ -1,75 +1,17 @@ - - +
+ + + + + + +
+ New batch +
+
\ No newline at end of file -- 2.39.5