Bugzilla – Attachment 50965 Details for
Bug 11089
Item edit screen should use floating toolbar like cataloging interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11089: Add floating save button to item edit screen
Bug-11089-Add-floating-save-button-to-item-edit-sc.patch (text/plain), 1.93 KB, created by
Aleisha Amohia
on 2016-04-28 23:10:00 UTC
(
hide
)
Description:
Bug 11089: Add floating save button to item edit screen
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-04-28 23:10:00 UTC
Size:
1.93 KB
patch
obsolete
>From 5c6e7fe1052705a914d5a2da6e9c58df764edae6 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 28 Apr 2016 23:06:44 +0000 >Subject: [PATCH] Bug 11089: Add floating save button to item edit screen > >It was agreed in Bug 11088 that the floating save panel is used when there are no other controls which need to be displayed in a toolbar. >Thought it could be applied here. > >To test: >1) Apply 11088 first >2) Apply this patch >3) Go to edit an individual item >4) Confirm that Save panel floats in bottom right corner of page and stays in this position when browser is made to be narrower or wider > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 0b979c3..61a196f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -321,10 +321,13 @@ function confirm_deletion() { > </fieldset> > > [% ELSE %] >- <input type="hidden" name="tag" value="[% itemtagfield %]" /> >- <input type="hidden" name="subfield" value="[% itemtagsubfield %]" /> >- <input type="hidden" name="field_value" value="[% itemnumber %]" /> >- <input type="submit" value="Save changes" onclick="return Check(this.form)" /> >+ <fieldset class="rows" id="floating-save"> >+ <fieldset class="action"> >+ <input type="hidden" name="tag" value="[% itemtagfield %]" /> >+ <input type="hidden" name="subfield" value="[% itemtagsubfield %]" /> >+ <input type="hidden" name="field_value" value="[% itemnumber %]" /> >+ <input type="submit" value="Save changes" onclick="return Check(this.form)" /> >+ </fieldset></fieldset> > [% END %]</fieldset> > > [%# Fields for fast cataloging %] >-- >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 11089
:
50965
|
50970
|
50981