]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_selector.tpl
Continued, finally:
[mailer.git] / templates / de / html / install / install_selector.tpl
index 8d7685c38273398db59fdb08dcf1180cc441458d..37e6a7a89b3992f48d89fa38d6a1497ca6395873 100644 (file)
 </div>
 </div>
 
-<script type="text/javascript" src="{%url=js/ajax-loader.js%}"></script>
+<script type="text/javascript" src="{%js=ajax-loader.js%}"></script>
 <script type="text/javascript">
 <!--
 // These scripts shall be loaded
 var scripts = new Array();
-scripts[0] = '{%url,js=js/ajax-common.js%}';
-scripts[1] = '{%url,js=js/ajax-test.js%}';
-scripts[2] = '{%url,js=js/jquery-ui.custom.js%}';
+scripts[0] = '{%js=ajax-common.js%}';
+scripts[1] = '{%js=ajax-test.js%}';
+scripts[2] = '{%jquery,js=ui%}';
 
-// Do this only when all loaders are finished
+// Load all scripts
 if (loadScripts(scripts) == true) {
        // Wait for loadScripts() finishing loading all scripts
        $().ready(function () {
+               // Process window
+               $("#install_progress").draggable({opacity: 0.85});
+
                // Warning window
                $("#install_warning").draggable({opacity: 0.85});