From 17ac4488c70a04c6b1e3d18d5da2f69d42fe4d28 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) Signed-off-by: Martin Renvoize Signed-off-by: Victor Grousset/tuxayo --- .../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 b89d236b16..2275337aab 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -63,11 +63,11 @@ [% FOREACH flavourloo IN flavourloop %] [% IF ( flavourloo.label == "Unimarc") %]

- +

[% ELSE %]

- +

[% END %] [% END %] @@ -240,7 +240,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.26.2