Bugzilla – Attachment 144454 Details for
Bug 32074
Edit vendor has a floating toolbar, but still an additional save button at the bottom
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32074: Edit vendor has two save buttons
Bug-32074-Edit-vendor-has-two-save-buttons.patch (text/plain), 1.81 KB, created by
Lucas Gass (lukeg)
on 2022-12-06 17:17:13 UTC
(
hide
)
Description:
Bug 32074: Edit vendor has two save buttons
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-12-06 17:17:13 UTC
Size:
1.81 KB
patch
obsolete
>From 5402bc4fb9218defd0b904ba3827f10a7fbcc711 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 2 Dec 2022 10:10:09 +0000 >Subject: [PATCH] Bug 32074: Edit vendor has two save buttons > >When editing a vendor there is a floating toolbar with options to save >and cancel. There is also an additional save and cancel button set at >the bottom of the page and this is superfluous. This has now been >removed to leave the floating toolbar as the only toolbar. > >Test plan: >1) Navigate to Acquisitions and select a Vendor. >2) Click edit vendor >3) Scroll down the page and observe that there is a floating > save/cancel toolbar as well as the buttons to save/cancel at the > bottom of the page >4) Apply patch >5) Observe that the duplicate buttons at the bottom of the page are now > gone > >Signed-off-by: Owen <oleonard@myacpl.org> > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index 18d651c84bf..1490095213e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -298,9 +298,6 @@ > <textarea cols="40" rows="4" id="notes" name="notes" >[% notes | html %]</textarea></li> > </ol> > </fieldset> >- <fieldset class="action"><input type="submit" class="btn btn-primary" value="Save" />[% IF ( booksellerid ) %] >- <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% ELSE %]<a class="cancel" href="/cgi-bin/koha/acqui/acqui-home.pl"> >- [% END %]Cancel</a></fieldset> > > </form> > [% ELSE %] >-- >2.30.2
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 32074
:
144395
|
144396
| 144454