Bugzilla – Attachment 63573 Details for
Bug 18629
Translatability: Fix problems with web installer 17.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18629 - Web installer 17.05 not properly translatable
Bug-18629---Web-installer-1705-not-properly-transl.patch (text/plain), 1.62 KB, created by
Marc Véron
on 2017-05-19 09:21:00 UTC
(
hide
)
Description:
Bug 18629 - Web installer 17.05 not properly translatable
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-05-19 09:21:00 UTC
Size:
1.62 KB
patch
obsolete
>From 18e809ee87c1fee7e1e8093a9e7a7be35df76a2d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >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' %] >-<title>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 %] >-</title> >+[% END %] >+ >+[% BLOCK next_step %]Continue to the next step[% END %] >+ >+<title>[% INCLUDE installer_title %]</title> >+ > [% INCLUDE 'installer-doc-head-close.inc' %] > > <div class="container-fluid"> >@@ -47,7 +53,7 @@ > </select> > </div> > >- <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> >+ <p><input value="[%- INCLUDE next_step -%]" class="btn btn-primary" type="submit" /></p> > </form> > [% END %] > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18629
:
63573
|
63679
|
63741
|
63742
|
63759
|
63768
|
64274
|
66648
|
66649