From d3631a6f32f1a2dc7c02a39c2995b7cac3823551 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Sun, 15 Jan 2017 23:26:33 -0500 Subject: [PATCH] Bug 17911: Message and timeout mismatch The installation step 3 has a meta refresh of 10 seconds, but the message says 5 seconds. People could get impatient. TEST PLAN --------- 1) Fresh install -- notice the discrepancy on the web installation. 2) drop and create the DB 3) apply the patch 4) run the web install -- notice it refreshes faster (5 seconds vs 10 seconds) 5) run koha qa test tools Works as intended and passes qa test tool OK koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt OK forbidden patterns OK git manipulation OK spelling OK tt_valid OK valid_template Signed-off-by: Alex Buckley --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0ec24cc..8c38066 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %]Koha › Web installer › Step 3 -[% IF ( finish ) %][% END %] +[% IF ( finish ) %][% END %] [% INCLUDE 'installer-doc-head-close.inc' %]

Koha Web installer › Step 3

-- 2.1.4