X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fjs%2Fjs_install_ajax.tpl;h=067fca16baf7621165f3c8a06329b581a4ea9a0d;hp=611dfffb3331170a8d25e5dbef1430a9016cebad;hb=df4166450ac4788f58931bd5d30c617432a63f9d;hpb=7baeed3903bdc29839f248f690528b2758665986 diff --git a/templates/de/html/js/js_install_ajax.tpl b/templates/de/html/js/js_install_ajax.tpl index 611dfffb33..067fca16ba 100644 --- a/templates/de/html/js/js_install_ajax.tpl +++ b/templates/de/html/js/js_install_ajax.tpl @@ -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 });