diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 3ba9e41c670..81a950d3f81 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -536,5 +536,5 @@ $(".runupgrade").click(function() { '; dolibarr_install_syslog("--- check: end"); -pFooter(true); // Never display next button +pFooter(1); // Never display next button diff --git a/htdocs/install/default.css b/htdocs/install/default.css index c3d97cdaa74..abf9baa5a7d 100644 --- a/htdocs/install/default.css +++ b/htdocs/install/default.css @@ -55,6 +55,8 @@ background: #FDFDFD; border: 1px solid #ACBCBB; padding: 0 0 0 0; margin: 0 0 0 0; +color: #AAA !important; +cursor: not-allowed !important; } input[type=submit] { diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index 0b604763737..5b010f80e0b 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -412,7 +412,7 @@ function pHeader($subtitle,$next,$action='set',$param='',$forcejqueryurl='') /** * Print HTML footer of install pages * - * @param integer $nonext No button "Next step" + * @param integer $nonext 1=No button "Next step", 2=Show button but disabled * @param string $setuplang Language code * @param string $jscheckfunction Add a javascript check function * @param integer $withpleasewait Add also please wait tags @@ -429,9 +429,9 @@ function pFooter($nonext=0,$setuplang='',$jscheckfunction='', $withpleasewait=0) print ''."\n"; print ''."\n"; - if (! $nonext) + if (! $nonext || ($nonext == '2')) { - print '