@@ -, +, @@ - The marcflavour select needs an id to be selected easily - "Continue to the next step" should be a button (like others) --- .../intranet-tmpl/prog/en/modules/installer/step3.tt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ a/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 %] @@ -233,7 +233,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 %] --