From 38452feeb692b8518676c6418716a2d06606b10c Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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) --- koha-tmpl/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 0657946d44..18c5247f09 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") %]

- +

[% ELSE %]

- +

[% END %] [% END %] @@ -230,7 +230,11 @@ [% ELSE %]

Web installer › Install basic configuration settings

We are ready to do some basic configuration.

-

Continue to the next step

+
+ + +

+
[% END %] [% END # / IF default %] -- 2.11.0