Bugzilla – Attachment 142809 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.67 KB, created by
Katrin Fischer
on 2022-10-30 09:42:34 UTC
(
hide
)
Description:
Bug 32002: Make submit button yellow on administration > Did you mean?
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-30 09:42:34 UTC
Size:
1.67 KB
patch
obsolete
>From c380e532902255ac3de214617032c629ea5820a3 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. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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.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 32002
:
142784
|
142788
| 142809