From 6d25366798e097a72cbd9533520be8c469945bc1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 09:33:45 -0500 Subject: [PATCH] Bug 9637 - Replace YUI button on local use system preferences page with Bootstrap Content-Type: text/plain; charset="utf-8" This patch converts the toolbar on the local use system preferences page to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the local use system preferences page (the "local use" tab on the main System preferences page) and confirm that the "New preference" button looks correct and works correctly. --- .../prog/en/modules/admin/systempreferences.tt | 41 +++++++++----------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt index 8e69259..874708a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt @@ -70,8 +70,22 @@ return false; } ).nextAll( 'textarea, input[type=submit]' ).hide(); } ); + //]]> +[% IF ( else ) %] + + +[% END %] [% INCLUDE 'header.inc' %] @@ -240,28 +254,11 @@ [% END %] [% IF ( else ) %] - -
- - -
- + +
+ New preference +
+

System preferences admin

[% tab %] preferences

[% searchfield %] -- 1.7.9.5