Browse Source

Adding message when adding a test into a LP

Julio Montoya 14 years ago
parent
commit
0d93656143
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/newscorm/lp_add_item.php

+ 1 - 0
main/newscorm/lp_add_item.php

@@ -308,6 +308,7 @@ echo '<table cellpadding="0" cellspacing="0" class="lp_build">';
                     echo $_SESSION['oLP']->display_hotpotatoes_form('add', 0, $_GET['file']);
                     break;
                 case 'quiz':
+                    echo Display::display_warning_message(get_lang('ExerciseCantBeEditedAfterAddingToTheLP'));
                     echo $_SESSION['oLP']->display_quiz_form('add', 0, $_GET['file']);
                     break;
                 case 'forum':