From 6853b2745f1cc53dd6e86efabf7c3ea4138cbd94 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 19:16:21 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9633 - Replace YUI button on the itemtypes administration page with Bootstrap 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. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work and look correctly. No errors. --- .../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