@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt @@ -1,5 +1,6 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › + +[% BLOCK installer_title %]Koha › Web installer › [% UNLESS ( language ) %] Choose your language [% END %] [% IF ( language ) %] [% UNLESS ( checkmodule ) %] @@ -12,7 +13,12 @@ [% END %] Check Perl dependencies [% END %] - +[% END %] + +[% BLOCK next_step %]Continue to the next step[% END %] + +[% INCLUDE installer_title %] + [% INCLUDE 'installer-doc-head-close.inc' %]
@@ -47,7 +53,7 @@
-

+

[% END %] --