From 18e809ee87c1fee7e1e8093a9e7a7be35df76a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 19 May 2017 11:19:00 +0200 Subject: [PATCH] Bug 18629 - Web installer 17.05 not properly translatable Fix for step1.tt Work in progress. Comments welcome. --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt index 10e5589..e11bcbe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt +++ b/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 %] -- 2.1.4