From 867a094ec42d4435bd88722889d0e1cc17828179 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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 2f75b27..0000000 --- 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 4de8007..06850f9 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 -- 1.7.9.5