Bugzilla – Attachment 13059 Details for
Bug 8664
Add floating toolbar with save button to system preferences editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8664 - Add floating toolbar with save button to system preferences editor
Bug-8664---Add-floating-toolbar-with-save-button-t.patch (text/plain), 3.09 KB, created by
Owen Leonard
on 2012-10-25 18:14:20 UTC
(
hide
)
Description:
Bug 8664 - Add floating toolbar with save button to system preferences editor
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-10-25 18:14:20 UTC
Size:
3.09 KB
patch
obsolete
>From 40216ca0750dbb2ebebd40b2507340f86a86d0b2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 22 Aug 2012 08:48:38 -0400 >Subject: [PATCH] Bug 8664 - Add floating toolbar with save button to system > preferences editor >Content-Type: text/plain; charset="utf-8" > >This patch adds a copy of the "save" button in a toolbar at >the top of the system preferences editor. The toolbar becomes >fixed at the top of the page when you scroll down, exactly like >the toolbar on addbiblio.pl. > >Because multiple save buttons might appear when the system prefs >page displays search results, the toolbar does not appear in >this case. > >To test, open the system preferences editor and change a setting. >Try saving both with the button in the toolbar and the button at >the top of the page. Test scrolling to confirm that the toolbar >"sticks" to the top of the page when you scroll down. >--- > .../intranet-tmpl/prog/en/css/preferences.css | 4 ++++ > .../prog/en/modules/admin/preferences.tt | 5 +++++ > 2 files changed, 9 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css b/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css >index 262fe11..c58e9a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css >@@ -69,4 +69,8 @@ h3.collapsed { > > #yui-main { > margin-bottom:2em; >+} >+#toolbar.floating { >+ box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5); >+ border-radius: 0; > } >\ No newline at end of file >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index 9591003..823a825 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -6,8 +6,12 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/humanmsg.css" /> > <script src="[% themelang %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script> > <script src="[% themelang %]/js/ajax.js" type="text/javascript"></script> >+<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script> > <script type="text/javascript"> > //<![CDATA[ >+ [% UNLESS ( searchfield ) %]$(document).ready(function(){ >+ $('#toolbar').fixFloat(); >+ });[% END %] > // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw > var to_highlight = "[% searchfield |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]"; > var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; >@@ -49,6 +53,7 @@ > <div class="prefs-tab"> > <h2>[% TAB.tab_title %] preferences</h2> > <form action="/cgi-bin/koha/admin/preferences.pl" method="post"> >+ [% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all submit" type="submit">Save all [% TAB.tab_title %] preferences</button></div>[% END %] > <input type="hidden" name="op" value="save" /> > <input type="hidden" name="tab" value="[% TAB.tab %]" /> > >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8664
:
13059
|
13060