]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_main_ajax.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / install / install_main_ajax.tpl
index f080c43cf9c8dd7ee2738268748f4ec2246307f8..1016e0392626fab5221f589e144d9a2dc1c06e36 100644 (file)
@@ -9,7 +9,7 @@
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="install_error" class="ajax_error">
+<div id="install_error" class="ajax_error" style="display: none;">
        <div class="ajax_error_title">
                <strong>{--INSTALLER_AJAX_ERROR_TITLE--}</strong>
        </div>
        <div class="ajax_error_title">
                <strong>{--INSTALLER_AJAX_ERROR_TITLE--}</strong>
        </div>
@@ -22,7 +22,7 @@
        </div>
 </div>
 
        </div>
 </div>
 
-<div id="install_warning" class="ajax_warning">
+<div id="install_warning" class="ajax_warning" style="display: none;">
        <div class="ajax_warning_title">
                <strong>{--INSTALLER_AJAX_WARNING_TITLE--}</strong>
        </div>
        <div class="ajax_warning_title">
                <strong>{--INSTALLER_AJAX_WARNING_TITLE--}</strong>
        </div>
        </div>
 </div>
 
        </div>
 </div>
 
-<div id="install_process" class="ajax_process">
-       <div class="ajax_process_title">
+<div id="install_progress" class="ajax_progress" style="display: none;">
+       <div class="ajax_progress_title">
                <strong>{--INSTALLER_AJAX_FINISH_TITLE--}</strong>
        </div>
                <strong>{--INSTALLER_AJAX_FINISH_TITLE--}</strong>
        </div>
-       <div class="ajax_process_close">
-               <strong id="install_process_close" style="padding-left:1.5px;cursor:wait">X</strong>
+       <div class="ajax_progress_close">
+               <strong id="install_progress_close" style="padding-left:1.5px;cursor:wait">X</strong>
        </div>
        <div style="clear:both"></div>
        </div>
        <div style="clear:both"></div>
-       <div class="ajax_process_content" id="install_process_content">
+       <div class="ajax_progress_content" id="install_progress_content">
                <!-- Content will be inserted here by AJAX //-->
        </div>
 </div>
                <!-- Content will be inserted here by AJAX //-->
        </div>
 </div>
@@ -74,7 +74,6 @@ scripts[3] = '{%url,js=js/install-common.js%}';
 // This must be the last one
 scripts[scripts.length] = '{%url,js=js.php?js=install_ajax&install_page=$content[install_page]%}';
 
 // This must be the last one
 scripts[scripts.length] = '{%url,js=js.php?js=install_ajax&install_page=$content[install_page]%}';
 
-// Do this only when all is ready
 // Load all scripts
 if (loadScripts(scripts) == true) {
        // Wait for loadScripts() finishing loading all scripts
 // Load all scripts
 if (loadScripts(scripts) == true) {
        // Wait for loadScripts() finishing loading all scripts