Bugzilla – Attachment 142304 Details for
Bug 31888
In Elasticsearch mappings page save button should be yellow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31888: Define save button as primary in Elasticsearch mappings page
Bug-31888-Define-save-button-as-primary-in-Elastic.patch (text/plain), 1.75 KB, created by
Martin Renvoize (ashimema)
on 2022-10-21 08:35:24 UTC
(
hide
)
Description:
Bug 31888: Define save button as primary in Elasticsearch mappings page
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-21 08:35:24 UTC
Size:
1.75 KB
patch
obsolete
>From 49e5dd37e9f385b70547804ea39ab38472c79d5c Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 19 Oct 2022 22:31:29 -1000 >Subject: [PATCH] Bug 31888: Define save button as primary in Elasticsearch > mappings page > >Like Bug 31810, save button in Elasticsearch mappings page is the most important action on this form, it should be yellow. > >Test plan : >Go to Administration > Search engine configuration (Elasticsearch) >=> Check save button has class btn-primary and is yellow > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index d8c5986dd6..80a6a4446d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -481,7 +481,7 @@ a.add, a.delete { > </div> <!-- /.tab-content --> > </div> <!-- /#tabs --> > <fieldset class="action"> >- <button class="btn btn-default" type="submit" name="op" value="edit"><i class="fa fa-hdd-o" aria-hidden="true"></i> Save</button> >+ <button class="btn btn-primary" type="submit" name="op" value="edit"><i class="fa fa-hdd-o" aria-hidden="true"></i> Save</button> > <button class="btn btn-default" type="submit" name="op" value="reset_confirm"><i class="fa fa-refresh" aria-hidden="true"></i> Reset mappings</button> > </fieldset> > </form> >-- >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 31888
:
142231
|
142243
| 142304