diff --git a/main/admin/session_list.php b/main/admin/session_list.php index 79b0e27032..c39f8800de 100644 --- a/main/admin/session_list.php +++ b/main/admin/session_list.php @@ -57,10 +57,16 @@ $column_model = array( array('name'=>'coach_name', 'index'=>'coach_name', 'width'=>'80', 'align'=>'left', 'search' => 'false'), array('name'=>'status', 'index'=>'session_active', 'width'=>'40', 'align'=>'left', 'search' => 'true', 'stype'=>'select', - //for the top bar - 'editoptions' => array('value' => ':'.get_lang('All').';1:'.get_lang('Active').';0:'.get_lang('Inactive')), + + + //for the bottom bar - 'searchoptions' => array('value' => '1:'.get_lang('Active').';0:'.get_lang('Inactive'))), + 'searchoptions' => array( + 'defaultValue' => '1', + 'value' => '1:'.get_lang('Active').';0:'.get_lang('Inactive')), + + //for the top bar + 'editoptions' => array('value' => ':'.get_lang('All').';1:'.get_lang('Active').';0:'.get_lang('Inactive'))), array('name'=>'visibility', 'index'=>'visibility', 'width'=>'40', 'align'=>'left', 'search' => 'false'), @@ -87,11 +93,30 @@ $action_links = 'function action_formatter(cellvalue, options, rowObject) { }'; ?>