Bug 20658: Move template JavaScript to the footer: Installer and onboarding
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / onboarding / onboardingstep5.tt
index d6eb24e..b04013e 100644 (file)
@@ -7,9 +7,6 @@
     [% END %]
 </title>
 [% INCLUDE 'installer-doc-head-close.inc' %]
-[% INCLUDE 'validator-strings.inc' %]
-[% INCLUDE 'installer-strings.inc' %]
-<script type="text/javascript" src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
 </head>
 
 <body id="installer" class="installer">
                 [% END %]
             </div> <!-- / #onboarding-step5 -->
         </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' %]
\ No newline at end of file