french and english traduction for hide toc setting

skala
Noel Dieschburg 14 years ago
parent b9eb0893d7
commit 774418001a
  1. 4
      main/lang/english/learnpath.inc.php
  2. 3
      main/lang/french/learnpath.inc.php
  3. 2
      main/newscorm/lp_edit.php

@ -249,4 +249,6 @@ $ModifyHotPotatoes = "Modify hotpotatoes";
$SaveHotpotatoes = "Save hotpotatoes";
$ReturnToLPList = "Return to list";
$LpPrerequisiteDescription = "Selecting another learning path as a prerequisite will hide the current prerequisite until the one in prerequisite is fully completed (100%)";
?>
$HideTocFrame = "Hide the table of content";
?>

@ -249,4 +249,5 @@ $ModifyHotPotatoes = "Modifier hotpotatoes";
$SaveHotpotatoes = "Enregistrer hotpotatoes";
$ReturnToLPList = "Retour liste";
$LpPrerequisiteDescription = "Sélectionner un autre parcours comme prérequis cachera le parcours actuel jusqu'à ce que celui en prérequis soit complété à 100%";
?>
$HideTocFrame = "Cacher la table des matières";
?>

@ -174,7 +174,7 @@ $form->addElement('hidden', 'lp_id', $_SESSION['oLP']->get_id());
$form->setDefaults($defaults);
echo '<table><tr><td width="550px">';
$form -> display();
if ($_SESSION['oLP']->get_hide_toc_frame() == 0 ){
if ($_SESSION['oLP']->get_hide_toc_frame() == 1 ){
$display_img='none';
}
else{

Loading…
Cancel
Save