From cd8143410bf71500a77499ebb492ae0779aa44dc Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 20 Feb 2013 15:52:24 -0500 Subject: [PATCH] Bug 9676 - Replace YUI buttons on authorities editor page with Bootstrap Content-Type: text/plain; charset="utf-8" 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. --- .../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() { -
-
+
+ +