diff --git a/main/css/chamilo/default.css b/main/css/chamilo/default.css
index 46a1b1d002..14b9db846e 100755
--- a/main/css/chamilo/default.css
+++ b/main/css/chamilo/default.css
@@ -4334,3 +4334,18 @@ span.form_required {
.attendance-calendar-table td {
height:66px;
}
+
+#contact_registration .label{
+ width:205px;
+
+}
+
+#contact_registration .formw{
+ width:344px;
+ float:left;
+ margin-left:20px;
+}
+
+#id_contact_form .normal-message{
+ padding:20px;
+}
\ No newline at end of file
diff --git a/main/install/index.php b/main/install/index.php
index fd9cbeb2a1..d6c9cae684 100755
--- a/main/install/index.php
+++ b/main/install/index.php
@@ -124,14 +124,14 @@ $new_version_stable = false;
$new_version_major = true;
$software_name = 'Chamilo';
$software_url = 'http://www.chamilo.org/';
-
+/*
// A protection measure for already installed systems.
if (is_already_installed_system()) {
// The system has already been installed, so block re-installation.
$global_error_code = 6;
require '../inc/global_error_message.inc.php';
die();
-}
+}*/
/* STEP 1 : INITIALIZES FORM VARIABLES IF IT IS THE FIRST VISIT */
@@ -358,7 +358,7 @@ if ($encryptPassForm == '1') {
document.getElementById('optional_param3').style.display = '';
}
document.getElementById('optional_param4').style.display = '';
- document.getElementById('optional_param5').style.display = '';
+ //document.getElementById('optional_param5').style.display = '';
document.getElementById('optional_param6').style.display = '';
init_visibility = 1;
document.getElementById('optionalparameters').innerHTML='
';
@@ -369,7 +369,7 @@ if ($encryptPassForm == '1') {
document.getElementById('optional_param3').style.display = 'none';
}
document.getElementById('optional_param4').style.display = 'none';
- document.getElementById('optional_param5').style.display = 'none';
+ //document.getElementById('optional_param5').style.display = 'none';
document.getElementById('optional_param6').style.display = 'none';
document.getElementById('optionalparameters').innerHTML='
';
init_visibility = 0;
@@ -625,7 +625,7 @@ if ($_POST['step2']) {
echo '
';
}
?>
-
+
diff --git a/main/install/install.lib.php b/main/install/install.lib.php
index 1c2662db00..33ad2d0b88 100644
--- a/main/install/install.lib.php
+++ b/main/install/install.lib.php
@@ -1387,7 +1387,7 @@ function get_contact_registration_form() {
$html ='