Removed unused form elements

skala
Yannick Warnier 15 years ago
parent 675ead4462
commit a761d41099
  1. 6
      main/newscorm/lp_view.php
  2. 3
      main/newscorm/scorm_api.php

@ -229,9 +229,6 @@ if($_SESSION['oLP']->mode == 'fullscreen') {
$_SESSION['loaded_lp_view'] = true; $_SESSION['loaded_lp_view'] = true;
?> ?>
<body> <body>
<input type="hidden" id="old_item" name ="old_item" value="0"/>
<input type="hidden" id="current_item_id" name ="current_item_id" value="0" />
<div id="learning_path_main" style="width:100%;height:100%;" > <div id="learning_path_main" style="width:100%;height:100%;" >
<div id="learning_path_left_zone" style="float:left;width:280px;height:100%"> <div id="learning_path_left_zone" style="float:left;width:280px;height:100%">
<!-- header --> <!-- header -->
@ -418,9 +415,6 @@ window.onresize = updateContentHeight;
$_SESSION['loaded_lp_view'] = true; $_SESSION['loaded_lp_view'] = true;
?> ?>
<body> <body>
<input type="hidden" id="old_item" name ="old_item" value="0"/>
<input type="hidden" id="current_item_id" name ="current_item_id" value="0" />
<div id="learning_path_main" style="width:100%;height:100%;" > <div id="learning_path_main" style="width:100%;height:100%;" >
<div id="learning_path_left_zone" style="float:left;width:280px;height:100%"> <div id="learning_path_left_zone" style="float:left;width:280px;height:100%">

@ -162,9 +162,6 @@ $(document).ready( function() {
info_lms_item[0]='<?php echo $oItem->get_id();?>'; info_lms_item[0]='<?php echo $oItem->get_id();?>';
info_lms_item[1]='<?php echo $oItem->get_id();?>'; info_lms_item[1]='<?php echo $oItem->get_id();?>';
$("#current_item_id").attr("value",<?php echo $oItem->get_id();?>);
$("#old_item").attr("value",<?php echo $oItem->get_id();?>);
$("iframe#content_id").load( function(){ $("iframe#content_id").load( function(){
info_lms_item[0]=info_lms_item[1]; info_lms_item[0]=info_lms_item[1];
<?php <?php

Loading…
Cancel
Save