From 70a6aa16e600e1ec2fc65fd0e84ece3b4a046fd7 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 30 Sep 2006 19:01:21 +0200 Subject: install.php updates - add retry button (as suggested by Diego Georgini) - correct error color, from green to red (spotted by Diego Georgini) - add utf8_decode and utf8_encode to required function list, when mb_string functions are not available. - remove extra backslash from reported file names. darcs-hash:20060930170121-9b6ab-d7b4a455b01d28f35b8c69385639439eaca8944e.gz --- install.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index ac6d37f9f..243b319b4 100644 --- a/install.php +++ b/install.php @@ -59,7 +59,7 @@ header('Content-Type: text/html; charset=utf-8'); body { width: 90%; margin: 0 auto; font: 84% Verdana, Helvetica, Arial, sans-serif; } img { border: none } br.cl { clear:both; } - code { font-size: 110%; color: #008000; } + code { font-size: 110%; color: #800000; } fieldset { border: none } label { display: block; margin-top: 0.5em; } select.text, input.text { width: 30em; margin: 0 0.5em; } @@ -110,6 +110,7 @@ header('Content-Type: text/html; charset=utf-8'); if(! (check_functions() && check_permissions()) ){ echo '

'.$lang['i_problems'].'

'; print_errors(); + print_retry(); }elseif(!check_configs()){ echo '

'.$lang['i_modified'].'

'; print_errors(); @@ -195,6 +196,17 @@ function print_form($d){ +
+
+ +
+
+