From 0e2a718cb3df3edbb906e8844d978edad9836d8a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 19:16:21 -0500 Subject: [PATCH] Bug 9633 - Replace YUI button on the itemtypes administration page with Bootstrap Content-Type: text/plain; charset="utf-8" This patch converts the toolbar on the itemtypes administration page to Bootstrap, replacing YUI button code with Bootstrap markup. Small unrelated edit: Button label text case correction. To test, view the itemtypes administration page and confirm that the 'New item type' button looks correct and works correctly. --- .../prog/en/modules/admin/itemtypes.tt | 26 +++----------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 30a3a85..7b6000c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -127,27 +127,9 @@ Item types administration
-[% IF ( else ) %]
- -
[% ELSE %] [% END %] +[% IF ( else ) %][% END %] [% IF ( add_form ) %] [% IF ( itemtype ) %] @@ -254,7 +236,7 @@ Item types administration
- + Cancel
-- 1.7.9.5