Bugzilla – Attachment 87572 Details for
Bug 18308
Default value of minPasswordLength should be increased
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18308: Fixed issues with onboardingstep6.tt
Bug-18308-Fixed-issues-with-onboardingstep6tt.patch (text/plain), 1.70 KB, created by
Hayley Pelham
on 2019-04-09 01:59:50 UTC
(
hide
)
Description:
Bug 18308: Fixed issues with onboardingstep6.tt
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2019-04-09 01:59:50 UTC
Size:
1.70 KB
patch
obsolete
>From 3cfc137d1ffb93dd6459c1c1876c9007d188026c Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >Date: Tue, 9 Apr 2019 13:58:10 +1200 >Subject: [PATCH] Bug 18308: Fixed issues with onboardingstep6.tt > >Page did not load due to incorrect include and misplaced javascript tag >and includes. > >Sponsored-by: Catalyst IT >--- > .../prog/en/modules/onboarding/onboardingstep6.tt | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >index f88dbaa6fa..19f945b854 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >@@ -3,13 +3,10 @@ > [% IF all_done %] > Complete > [% ELSE %] >- Create circulation rule >+ Set minPasswordLength system preference > [% END %] > </title> > [% INCLUDE 'installer-doc-head-close.inc' %] >-[% INCLUDE 'validator-strings.inc' %] >-[% INCLUDE 'installer-strings.inc' %] >-<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding.js"></script> > </head> > > <body id="installer" class="installer"> >@@ -50,5 +47,12 @@ > [% END %] > </div> <!-- / #onboarding-step6 --> > </div> <!-- / .row --> >+ </div> <!-- / #container-fluid --> > >-[% INCLUDE 'intranet-bottom.inc' %] >+[% MACRO jsinclude BLOCK %] >+ [% INCLUDE 'validator-strings.inc' %] >+ [% INCLUDE 'installer-strings.inc' %] >+ <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script> >+[% END %] >+ >+[% INCLUDE 'installer-intranet-bottom.inc' %] >-- >2.11.0
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 18308
:
68374
|
68381
|
68451
|
69318
|
69319
|
69320
|
69321
|
69323
|
69324
|
69459
|
69461
|
69462
|
87124
|
87125
|
87126
|
87128
|
87129
|
87339
|
87340
|
87564
|
87572
|
87573
|
87747
|
87959
|
87960
|
87961
|
87962
|
87963
|
87964
|
87966
|
88010
|
88011
|
88012
|
88013
|
88014
|
88242
|
88243
|
88306
|
88307
|
88308
|
88309
|
88310
|
88311
|
88312
|
88313
|
88314
|
88315
|
88316
|
88317
|
88318
|
88319
|
88320
|
88321
|
88840
|
90079
|
103617
|
104235
|
104236
|
104351