Bugzilla – Attachment 50878 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]
Bug 11088: Floating Save div for Patron entry page
Bug-11088-Floating-Save-div-for-Patron-entry-page.patch (text/plain), 1.89 KB, created by
Aleisha Amohia
on 2016-04-28 08:06:43 UTC
(
hide
)
Description:
Bug 11088: Floating Save div for Patron entry page
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-04-28 08:06:43 UTC
Size:
1.89 KB
patch
obsolete
>From f652d8d34de75ce46a6a841949fdad36f62ec381 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 28 Apr 2016 08:05:03 +0000 >Subject: [PATCH] Bug 11088: Floating Save div for Patron entry page > >To test: >1) Go to add a new patron >2) Confirm floating save div scrolls down page with you and works as expected >3) Go to edit an existing patron >4) Repeat Step 2 > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 9 +++++++++ > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 ++ > 2 files changed, 11 insertions(+) > >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 a638129..69f987c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -336,6 +336,15 @@ 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; >+} >+ > #breadcrumbs { > background-color : #e6f0f2; > clear : both; >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 667915f..87cc2c4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1146,6 +1146,7 @@ function select_user(borrowernumber, borrower) { > </fieldset> > [% END %] [% END %] > >+<fieldset class="rows" id="save"> > [% UNLESS ( check_member ) %] > <fieldset class="action"> > <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" /> >@@ -1156,6 +1157,7 @@ function select_user(borrowernumber, borrower) { > [% END %] > </fieldset> > [% END %] >+</fieldset> > </form> > > </div> >-- >1.7.10.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