Bugzilla – Attachment 142784 Details for
Bug 32002
Make submit button yellow on administration > Did you mean?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32002: Make submit button yellow on administration > Did you mean?
Bug-32002-Make-submit-button-yellow-on-administrat.patch (text/plain), 1.56 KB, created by
Owen Leonard
on 2022-10-28 18:42:07 UTC
(
hide
)
Description:
Bug 32002: Make submit button yellow on administration > Did you mean?
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-10-28 18:42:07 UTC
Size:
1.56 KB
patch
obsolete
>From 946aa16983b8e595f536638f386c5e269478a424 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 28 Oct 2022 18:40:49 +0000 >Subject: [PATCH] Bug 32002: Make submit button yellow on administration > Did > you mean? > >This patch corrects the class on the "Did you mean?" page's save button >so that it is consistent with other primary submit buttons. > >To test, apply the patch and go to Administration -> Did you mean? > >The "Save configuration" button should be yellow. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >index 1d437af75e..5efac8a06b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >@@ -73,7 +73,10 @@ > <legend>OPAC</legend> > [% PROCESS pluginlist plugins=OPACpluginlist type='opac' %] > </fieldset> >- <fieldset class="action"><button class="save-all submit" type="submit">Save configuration</button> <a href="/cgi-bin/koha/admin/didyoumean.pl" class="force_reload cancel">Cancel</a></fieldset> >+ <fieldset class="action"> >+ <button class="save-all btn btn-primary" type="submit">Save configuration</button> >+ <a href="/cgi-bin/koha/admin/didyoumean.pl" class="force_reload cancel">Cancel</a> >+ </fieldset> > </form> > > </main> >-- >2.20.1
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 32002
:
142784
|
142788
|
142809