]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_selector.tpl
Installation NG continued (still not fully working)
[mailer.git] / templates / de / html / install / install_selector.tpl
index e662c2a0941a0947e13aed4171a2e10a8f5dd0bd..0561ff86639600ddc9a16db20c2f543c4bbb57fe 100644 (file)
 
        <div align="center">
                <div style="float:left; width:38%">
-                       <form action="{%url=install.php%}" method="get">
+                       {%form,formMethodGet=install.php%}
                                <input type="hidden" name="installer" value="ajax" />
                                <input type="submit" id="ajax_installer" class="form_submit big disabled" disabled="disabled" value="Interaktive Version" />
-                       </form>
+                       {%form_close%}
                </div>
                <div style="float:left; width:23%; text-align:center">
                        <span id="counter">3</span> Sekunde(n)
                </div>
                <div style="float:left; width:38%">
-                       <form action="{%url=install.php%}" method="get">
+                       {%form,formMethodGet=install.php%}
                                <input type="hidden" name="installer" value="plain" />
                                <input type="submit" id="plain_installer" class="form_submit big" value="Kompatiblit&auml;tsmodus" />
-                       </form>
+                       {%form_close%}
                </div>
                <div style="clear:both"></div>
        </div>
 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[2] = '{%jquery,js=ui%}';
 
 // Do this only when all loaders are finished
 if (loadScripts(scripts) == true) {
        // Wait for loadScripts() finishing loading all scripts
        $().ready(function () {
+               // Process window
+               $("#install_process").draggable({opacity: 0.85});
+
                // Warning window
                $("#install_warning").draggable({opacity: 0.85});