Bug 18629: (followup) Plain text "Continue..." instead of BLOCK
authorMarc Véron <veron@veron.ch>
Wed, 14 Jun 2017 07:02:59 +0000 (09:02 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 Aug 2017 19:43:34 +0000 (16:43 -0300)
Remove
[% BLOCK txt_continue %]Continue to the next step[% END %]
...and restore original text

See comment #19 and comment #20

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt

index d17f323..806f28e 100644 (file)
@@ -1,4 +1,3 @@
-[% BLOCK txt_continue %]Continue to the next step[% END %]
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Koha &rsaquo; Web installer &rsaquo;
     [% UNLESS ( language ) %] Choose your language [% END %]
@@ -47,7 +46,7 @@
                             [% END %]
                         </select>
                     </div>
-                    <p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p>
+                    <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
                 </form>
             [% END %]
 
@@ -88,7 +87,7 @@
 
                     <form name="checkmodules" role="form" action="install.pl">
                         <input type="hidden" name="step" value="2" />
-                        <p> <input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /> </p>
+                        <p> <input value="Continue to the next step" class="btn btn-primary" type="submit" /> </p>
                     </form>
                 [% END # IF checkmodule%]
             [% END # IF language %]
index b379a1b..22936a6 100644 (file)
@@ -1,5 +1,4 @@
 [% USE HtmlTags %]
-[% BLOCK txt_continue %]Continue to the next step[% END %]
 [% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Web installer &rsaquo; Database settings</title>
 [% INCLUDE 'installer-doc-head-close.inc' %]
 </head>
                         [% END %]
                         [% UNLESS ( error ) %]
                             <input type="hidden" name="step" value="3" />
-                            <p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p>
+                            <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
                         [% END %]
                     </form>
                 [% ELSE %]
                     <form name="checkinformation" method="post" action="install.pl">
                         <input type="hidden" name="step" value="2" />
                         <input type="hidden" name="checkdb" value="1" />
-                        <p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /> </p>
+                        <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /> </p>
                     </form>
                 [% END # / IF dbconnection %]
             </div> <!-- / #installer-step2 -->
index a19147f..42f1295 100644 (file)
@@ -1,4 +1,3 @@
-[% BLOCK txt_continue %]Continue to the next step[% END %]
 [% INCLUDE 'doc-head-open.inc' %]
 
 <title>Koha &rsaquo; Web installer &rsaquo;
@@ -71,7 +70,7 @@
                                  </p>
                             [% END %]
                         [% END %]
-                        <p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p>
+                        <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
                     </form>
                 [% END # / IF choosemarc %]
 
                         <div class="alert alert-success"><p>Database tables created</p></div>
                         <form action="install.pl" method="post">
                             <input type="hidden" name="step" value="3" />
-                            <p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p>
+                            <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
                         </form>
                     [% END %]
                 [% END # / IF importdatastructure %]
                     <form action="install.pl" method="post">
                         <input type="hidden" name="step" value="3" />
                         <input type="hidden" name="op" value="importdatastructure" />
-                        <p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p>
+                        <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
                     </form>
                 [% END # / proposeimport %]
 
                     [% ELSE %]
                         <h2>Web installer &rsaquo; Install basic configuration settings</h2>
                         <p>We are ready to do some basic configuration.</p>
-                        <p><a href="install.pl?step=3&amp;op=choosemarc" class="btn btn-primary">[% INCLUDE txt_continue %]</a></p>
+                        <p><a href="install.pl?step=3&amp;op=choosemarc" class="btn btn-primary">Continue to the next step</a></p>
                     [% END %]
                 [% END # / IF default %]