From 389cb14012714ce983c4cf6786fcc85b63aa55b9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 08:58:26 -0500 Subject: [PATCH] Bug 9643 - Replace YUI button on the road types administration page with Bootstrap This patch converts the toolbar on the road types administration page to to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the road types administration page and confirm that the "New road type" button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Confirmed, button works and looks correctly. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/roadtype.tt | 24 +++---------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tt index 1c3ff5eef0..ad491fd077 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tt @@ -108,27 +108,9 @@ [% IF ( else ) %] -
- -
+

Road type

[% IF ( searchfield ) %] -- 2.39.2