Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

pull/2487/head
Yannick Warnier 9 years ago
commit 0609ac2873
  1. 2
      main/install/index.php

@ -371,7 +371,7 @@ if ($encryptPassForm == '1') {
function send_contact_information() { function send_contact_information() {
if (!document.getElementById('accept_licence').checked) { if (!document.getElementById('accept_licence').checked) {
alert('Debe aceptar la licencia para poder usar este software') alert('<?php echo get_lang('YouMustAcceptLicence'); ?>')
;return false; ;return false;
} else { } else {
var data_post = ""; var data_post = "";

Loading…
Cancel
Save