Bugzilla – Attachment 84983 Details for
Bug 22309
Wrong bottom in onboarding/onboardingstep3.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22309: Wrong bottom in onboarding/onboardingstep3.tt
Bug-22309-Wrong-bottom-in-onboardingonboardingstep.patch (text/plain), 1.35 KB, created by
Fridolin Somers
on 2019-02-11 16:20:15 UTC
(
hide
)
Description:
Bug 22309: Wrong bottom in onboarding/onboardingstep3.tt
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-02-11 16:20:15 UTC
Size:
1.35 KB
patch
obsolete
>From fdcf136f3b9bec58c9fde5c08901000607b032b0 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >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 @@ > </div> <!-- / #onboarding-step3 --> > </div> <!-- / .row --> > >+[% 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
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 22309
: 84983