Bugzilla – Attachment 81914 Details for
Bug 19185
Web installer and onboarding tool selenium test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19185: Ease elements selection
Bug-19185-Ease-elements-selection.patch (text/plain), 2.73 KB, created by
Martin Renvoize (ashimema)
on 2018-11-02 16:27:26 UTC
(
hide
)
Description:
Bug 19185: Ease elements selection
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-11-02 16:27:26 UTC
Size:
2.73 KB
patch
obsolete
>From 4b4fcd37c0389c1029536532caf3c2eb2c0b9b31 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 May 2018 14:36:38 -0300 >Subject: [PATCH] Bug 19185: Ease elements selection > >- The marcflavour select needs an id to be selected easily >- "Continue to the next step" should be a button (like others) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/installer/step3.tt | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >index 2f5d45df7d..05afb952db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >@@ -62,11 +62,11 @@ > [% FOREACH flavourloo IN flavourloop %] > [% IF ( flavourloo.label == "Unimarc") %] > <p> >- <label><input type="radio" name="marcflavour" value="[% flavourloo.code | html %]" /> [% flavourloo.label | html %]</label> >+ <label><input type="radio" name="marcflavour" id="marcflavour" value="[% flavourloo.code | html %]" /> [% flavourloo.label | html %]</label> > </p> > [% ELSE %] > <p> >- <label><input type="radio" name="marcflavour" value="[% flavourloo.code | html %]" checked="checked" /> [% flavourloo.label | html %]</label> >+ <label><input type="radio" name="marcflavour" id="marcflavour" value="[% flavourloo.code | html %]" checked="checked" /> [% flavourloo.label | html %]</label> > </p> > [% END %] > [% END %] >@@ -233,7 +233,11 @@ > [% ELSE %] > <h2>Web installer › Install basic configuration settings</h2> > <p>We are ready to do some basic configuration.</p> >- <p><a href="install.pl?step=3&op=choosemarc" class="btn btn-primary">Continue to the next step</a></p> >+ <form action="install.pl" method="post"> >+ <input type="hidden" name="step" value="3" /> >+ <input type="hidden" name="op" value="choosemarc" /> >+ <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> >+ </form> > [% END %] > [% END # / IF default %] > >-- >2.19.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 19185
:
66508
|
68830
|
75088
|
75089
|
75090
|
81913
|
81914
|
81915
|
103406
|
103407
|
103408
|
103416
|
105796
|
105797
|
105798
|
105799
|
120273
|
126646
|
126647
|
126648
|
126649
|
126650
|
126651
|
126652
|
126819
|
126901
|
126918
|
126984