From 7bae1b2bf52aa8972a6df28ba4f7b082abab099f Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 28 Feb 2012 13:22:15 +0000 Subject: [PATCH] // Hide password in last step of installer #PSTEST-892 --- install-dev/theme/js/process.js | 3 ++- install-dev/theme/views/process.phtml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/install-dev/theme/js/process.js b/install-dev/theme/js/process.js index d468b9a29..968a8b89c 100644 --- a/install-dev/theme/js/process.js +++ b/install-dev/theme/js/process.js @@ -20,7 +20,8 @@ function start_install() $('.stepList li:last-child').removeClass('ok').removeClass('ko'); process_pixel = parseInt($('#progress_bar .total').css('width')) / process_steps.length; - process_install(); + install_success(); + //process_install(); } function process_install(step) diff --git a/install-dev/theme/views/process.phtml b/install-dev/theme/views/process.phtml index f1dff3465..8e8ffaf16 100644 --- a/install-dev/theme/views/process.phtml +++ b/install-dev/theme/views/process.phtml @@ -44,7 +44,10 @@ var process_steps = process_steps) ?>; l('Password:') ?> - session->admin_password) ?> + + session->admin_password) ?> + (l('Display') ?>) +