From bd03b45280249d36cb335a9ffd7992a9d6365722 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 20 Feb 2013 15:52:24 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9676 - Replace YUI buttons on authorities editor page with Bootstrap This patch converts the "Save" button on the authorities editor page to Bootstrap, replacing YUI button code with Bootstrap markup. This patch also adds the float effect to the toolbar to match that on the MARC editor page. To test, create a new authority or load an existing one. The "Save" button should look correct and work correctly. When you scroll the page down, the toolbar should "stick" to the top of the browser window so that the "Save" button stays visible. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Button works and looks good. The toolbart sticks when scrolling, but I see a gap between the box of the save button, and the top of the window (tested with chrome, opera, firefox). --- .../prog/en/modules/authorities/authorities.tt | 73 ++++++-------------- 1 file changed, 21 insertions(+), 52 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index 5c3d566..1907a1b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -1,17 +1,21 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Authorities › [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %] [% INCLUDE 'doc-head-close.inc' %] - + -
-
- Loading, please wait... -
-
- - + +
+
Loading, please wait...
+
+ [% INCLUDE 'header.inc' %] @@ -204,8 +172,9 @@ function searchauthority() { -
-
+
+ +
    -- 1.7.9.5