Minor - Fixing session table height

skala
Julio Montoya 13 years ago
parent 6aab5c3641
commit 8f4e5ccb08
  1. 3
      main/session/index.php

@ -303,6 +303,9 @@ $column_model_courses = array(
array('name'=>'lp_count', 'index'=>'lp_count', 'width'=>'180px', 'align'=>'left', 'sortable'=>'true')
);
$extra_params_courses['height'] = '100%';
$extra_params_courses['autowidth'] = 'true'; //use the width of the parent
//$extra_params_courses['gridview'] = "false";
/*$extra_params_courses['rowNum'] = 9000;

Loading…
Cancel
Save