From fdcf136f3b9bec58c9fde5c08901000607b032b0 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 11 Feb 2019 17:08:09 +0100 Subject: [PATCH] Bug 22309: Wrong bottom in onboarding/onboardingstep3.tt In onboarding/onboardingstep3.tt the include intranet-bottom.inc which closes the HTML last tag is not the last line of the template. Test plan : 1) Run webinstaller on new install 2) On page with superlibrarian creation 3) Check HTML is OK 4) Check password limits are OK --- .../prog/en/modules/onboarding/onboardingstep3.tt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt index b96c30dfb3..6654adf844 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt @@ -112,6 +112,9 @@ +[% MACRO jsinclude BLOCK %] + [% PROCESS 'password_check.inc' %] + [% PROCESS 'add_password_check' new_password => 'password' %] +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] -[% PROCESS 'password_check.inc' %] -[% PROCESS 'add_password_check' new_password => 'password' %] -- 2.17.1