Bugzilla – Attachment 142512 Details for
Bug 31812
Add yellow button to stage imports page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31812: Update 'Stage for import' button to be primary
Bug-31812-Update-Stage-for-import-button-to-be-pri.patch (text/plain), 1.08 KB, created by
Martin Renvoize (ashimema)
on 2022-10-24 14:04:26 UTC
(
hide
)
Description:
Bug 31812: Update 'Stage for import' button to be primary
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-24 14:04:26 UTC
Size:
1.08 KB
patch
obsolete
>From c6511667bdeefcf2de2c72e149472b8531da443f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 24 Oct 2022 15:02:53 +0100 >Subject: [PATCH] Bug 31812: Update 'Stage for import' button to be primary > >This patch updates the 'Stage for import' input to be of type="submit" >and classes is a "button".. This gives it the yellow main action >hinting. >--- > .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index ac974bfdde..e82311c900 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -242,7 +242,7 @@ > </fieldset> > > <fieldset class="action"> >- <input type="button" id="mainformsubmit" value="Stage for import" /> >+ <input type="submit" id="mainformsubmit" class="button" value="Stage for import" /> > </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 31812
:
142512
|
142541
|
142542