Bugzilla – Attachment 52585 Details for
Bug 3534
Patron quick add form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3534 - QA Followup - use floating save
Bug-3534---QA-Followup---use-floating-save.patch (text/plain), 2.29 KB, created by
Nick Clemens (kidclamp)
on 2016-06-20 13:16:07 UTC
(
hide
)
Description:
Bug 3534 - QA Followup - use floating save
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-06-20 13:16:07 UTC
Size:
2.29 KB
patch
obsolete
>From 71aece2523a0acc3de6eb91a0b3309beeb70a425 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 11 May 2016 11:17:12 -0400 >Subject: [PATCH] Bug 3534 - QA Followup - use floating save >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >I am not sure if this is desired, it makes sense for consistency but >floats in a wierd place for a short form. > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 7 +++++-- > koha-tmpl/intranet-tmpl/prog/js/members.js | 8 ++++++++ > 2 files changed, 13 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index d78acaf..b0e4c15 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1081,11 +1081,14 @@ $(document).ready(function() { > <ol id="quick_add_list"> > </ol> > </fieldset> >- >+ <fieldset class="rows" id="qa-save"> > <fieldset class="action"> >- <input type="button" class="save_quick_add" value="Save" /> >+ <button type="button" class="save_quick_add" name="QA-Save"> >+ <i class="fa fa-save"></i> Save >+ </button> > <a class="cancel" href="/cgi-bin/koha/members/member.pl">Cancel</a> > </fieldset> >+ </fieldset> > > </form> > <script> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/members.js b/koha-tmpl/intranet-tmpl/prog/js/members.js >index 969f39f..d300d92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/members.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/members.js >@@ -351,4 +351,12 @@ $(document).ready(function(){ > e.preventDefault(); > }); > $('#floating-save').css( { bottom: parseInt( $('#floating-save').css('bottom') ) + $('#changelanguage').height() + 'px' } ); >+ $('#qa-save').css( { >+ bottom: parseInt( $('#qa-save').css('bottom') ) + $('#changelanguage').height() + 'px' , >+ "background-color": "rgba(185, 216, 217, 0.6)", >+ "bottom": "3%", >+ "position": "fixed", >+ "right": "1%", >+ "width": "150px", >+ } ); > }); >-- >2.1.4
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 3534
:
1396
|
50090
|
50091
|
50092
|
50093
|
50362
|
50410
|
50413
|
50414
|
50665
|
50666
|
50729
|
51382
|
51389
|
51445
|
51446
|
51960
|
51961
|
52192
|
52584
|
52585
|
52586
|
52934
|
52935
|
52936
|
52937
|
53109
|
53152
|
53171
|
53172
|
53173
|
53174
|
53175
|
84851