]> 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 0561ff86639600ddc9a16db20c2f543c4bbb57fe..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[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_process").draggable({opacity: 0.85});
+               $("#install_progress").draggable({opacity: 0.85});
 
                // Warning window
                $("#install_warning").draggable({opacity: 0.85});