]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/js/js_install_ajax.tpl
Installation NG continued (still not fully working)
[mailer.git] / templates / de / html / js / js_install_ajax.tpl
index 611dfffb3331170a8d25e5dbef1430a9016cebad..067fca16baf7621165f3c8a06329b581a4ea9a0d 100644 (file)
@@ -25,7 +25,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
  * MA  02110-1301  USA
  */
-// Make both windows drag'n'drop-able
+
+// Initialize all navigations
 $().ready(function() {
        // Fade default content in
        window.setTimeout("requestAjaxContent('install', 'install_content', '$content[install_page]', true)", 250);
@@ -68,6 +69,11 @@ $().ready(function() {
        //-----------------------------------------
        //           Footer navigation
        //-----------------------------------------
+       $('#finish').click(function () {
+               // 'finish' button has been clicked
+               doFinishInstallation();
+       });
+
        $('#next_page').click(function () {
                // 'next' button has been clicked
                doFooterPage('install', 'install_content', 'next');
@@ -94,6 +100,10 @@ $().ready(function() {
        //-----------------------------------------
        //              Drag'N'Drop
        //-----------------------------------------
+       $('#install_process').draggable({
+               opacity: 0.85
+       });
+
        $('#install_warning').draggable({
                opacity: 0.85
        });