[svn r10323] audiorecorder patch

skala
Eric Marguin 18 years ago
parent 3c9db01230
commit 4141e526ed
  1. 2
      main/newscorm/audiorecorder.inc.php
  2. 2
      main/newscorm/lp_view.php

@ -11,7 +11,7 @@
$params = "?lzt=swf&lzr=swf8&document_id=".$audio_recorder_item_id."&dbName=".$_SESSION["_course"]["dbName"]."&user_id=".$_SESSION["_user"]["user_id"].'&studentview='.$audio_recorder_studentview ;
list($width, $height) = $audio_recorder_studentview ? array(220, 67) : array(220,140);
list($width, $height) = $audio_recorder_studentview ? array(220, 28) : array(220,140);
$path_to_lzx = api_get_setting('service_ppt2lp','path_to_lzx');

@ -171,7 +171,7 @@ if($_SESSION['oLP']->mode == 'fullscreen'){
}
?>
<frameset rows="<?php if($displayAudioRecorder && $audio_recorder_studentview==false) echo '120,'; else{echo '120,';}?>475,95,80,*">
<frameset rows="<?php if($displayAudioRecorder)echo '28,';?>475,95,80,*">
<?php
if($displayAudioRecorder)
echo '<frame id="audiorecorder_id" name="audiorecorder_name" src="display_audiorecorder.php" border="0" frameborder="0" scrolling="no"/>';

Loading…
Cancel
Save