Bugzilla – Attachment 50936 Details for
Bug 11088
Patron entry page should use floating toolbar like cataloging interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 11088 [Follow up] - Patron entry page should use floating toolbar like cataloging interface
SIGNED-OFF-Bug-11088-Follow-up---Patron-entry-page.patch (text/plain), 2.14 KB, created by
Owen Leonard
on 2016-04-28 18:10:35 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11088 [Follow up] - Patron entry page should use floating toolbar like cataloging interface
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-04-28 18:10:35 UTC
Size:
2.14 KB
patch
obsolete
>From 2384c21984796fe21a658c1bfce92abe09d39cf4 Mon Sep 17 00:00:00 2001 >From: Arslan Farooq <arslanone@gmail.com> >Date: Thu, 28 Apr 2016 13:29:06 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 11088 [Follow up] - Patron entry page should > use floating toolbar like cataloging interface >Content-Type: text/plain; charset="utf-8" > >To test: >1) Go to add a new patron >2) Confirm floating 'Save' button stays fixed at bottom right corner of > the page as you scroll the page up/down >3) Resize the browser window to s smaller size, and see the 'Save' > button stays fixed in place >3) Go to edit an existing patron >4) Repeat Step 2 and 3 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 13 ++++++------- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 2 files changed, 7 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 69f987c..1780e00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -336,13 +336,12 @@ legend { > padding: 0.2em 0.5em; > } > >-#save { >- width:150px; >- background-color:rgba(0,0,0,0.1); >- position:fixed; >- left:900px; >- top:350px; >- right:200px; >+#floating-save { >+ background-color: rgba(185, 216, 217, 0.6); >+ bottom: 3%; >+ position: fixed; >+ right: 1%; >+ width: 150px; > } > > #breadcrumbs { >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 87cc2c4..7584aad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1146,7 +1146,7 @@ function select_user(borrowernumber, borrower) { > </fieldset> > [% END %] [% END %] > >-<fieldset class="rows" id="save"> >+<fieldset class="rows" id="floating-save"> > [% UNLESS ( check_member ) %] > <fieldset class="action"> > <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" /> >-- >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 11088
:
47939
|
50878
|
50925
|
50935
|
50936
|
50951
|
50966
|
50967
|
50968
|
50969
|
50984