[svn r13098] Fixed bug whereby the stats window opened in a new frame when in fullscreen mode

skala
Yannick Warnier 18 years ago
parent 49c34d454b
commit 1b8c92ca76
  1. 2
      main/newscorm/learnpath.class.php

@ -1581,7 +1581,7 @@ class learnpath {
' <div class="buttons">'."\n" .
' <a href="lp_controller.php?action=stats" target="content_name" title="stats"><img border="0" src="../img/lp_stats.gif" title="'.get_lang('ScormMystatus').'"></a>&nbsp;'."\n" .
' <a href="lp_controller.php?action=stats" target="content_name_blank" title="stats"><img border="0" src="../img/lp_stats.gif" title="'.get_lang('ScormMystatus').'"></a>&nbsp;'."\n" .
' <a href="" onclick="dokeos_xajax_handler.switch_item('.$mycurrentitemid.',\'previous\');return false;" title="previous"><img border="0" src="../img/lp_leftarrow.gif" title="'.get_lang('ScormPrevious').'"></a>&nbsp;'."\n" .

Loading…
Cancel
Save