|
|
|
@ -49,63 +49,58 @@ if (!empty($error_message)) { |
|
|
|
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_sessions'; |
|
|
|
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_sessions'; |
|
|
|
if (isset($_REQUEST['keyword'])) { |
|
|
|
if (isset($_REQUEST['keyword'])) { |
|
|
|
//Begin with see the searchOper param |
|
|
|
//Begin with see the searchOper param |
|
|
|
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_sessions&_search=true&rows=20&page=1&sidx=&sord=asc&filters=&searchField=name&searchString='.Security::remove_XSS($_REQUEST['keyword']).'&searchOper=bw'; |
|
|
|
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_sessions&_search=true&rows=20&page=1&sidx=&sord=asc&filters=&searchField=name&searchString='.Security::remove_XSS($_REQUEST['keyword']).'&searchOper=bw'; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//The order is important you need to check the the $column variable in the model.ajax.php file |
|
|
|
//The order is important you need to check the the $column variable in the model.ajax.php file |
|
|
|
$columns = array(get_lang('Name'), get_lang('NumberOfCourses'), get_lang('NumberOfUsers'), get_lang('SessionCategoryName'), |
|
|
|
$columns = array(get_lang('Name'), get_lang('NumberOfCourses'), get_lang('NumberOfUsers'), get_lang('SessionCategoryName'), |
|
|
|
get_lang('StartDate'), get_lang('EndDate'), get_lang('Coach'), get_lang('Status'), get_lang('Visibility'), get_lang('Actions')); |
|
|
|
get_lang('StartDate'), get_lang('EndDate'), get_lang('Coach'), get_lang('Status'), get_lang('Visibility'), get_lang('Actions')); |
|
|
|
|
|
|
|
|
|
|
|
//$activeurl = '?sidx=session_active'; |
|
|
|
//$activeurl = '?sidx=session_active'; |
|
|
|
//Column config |
|
|
|
//Column config |
|
|
|
$column_model = array( |
|
|
|
$column_model = array( |
|
|
|
array('name'=>'name', 'index'=>'name', 'width'=>'120', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'name', 'index'=>'name', 'width'=>'160', 'align'=>'left', 'search' => 'true', 'wrap_cell' => "true"), |
|
|
|
array('name'=>'nbr_courses', 'index'=>'nbr_courses', 'width'=>'30', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'nbr_courses', 'index'=>'nbr_courses', 'width'=>'30', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'nbr_users', 'index'=>'nbr_users', 'width'=>'30', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'nbr_users', 'index'=>'nbr_users', 'width'=>'30', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'category_name', 'index'=>'category_name', 'width'=>'70', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'category_name', 'index'=>'category_name', 'width'=>'70', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'date_start', 'index'=>'date_start', 'width'=>'40', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'date_start', 'index'=>'date_start', 'width'=>'40', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'date_end', 'index'=>'date_end', 'width'=>'40', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'date_end', 'index'=>'date_end', 'width'=>'40', 'align'=>'left', 'search' => 'true'), |
|
|
|
array('name'=>'coach_name', 'index'=>'coach_name', 'width'=>'80', 'align'=>'left', 'search' => 'false'), |
|
|
|
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', |
|
|
|
array('name'=>'status', 'index'=>'session_active','width'=>'40', 'align'=>'left', 'search' => 'true', 'stype'=>'select', |
|
|
|
|
|
|
|
//for the bottom bar |
|
|
|
//for the bottom bar |
|
|
|
'searchoptions' => array( |
|
|
|
'searchoptions' => array( |
|
|
|
'defaultValue' => '1', |
|
|
|
'defaultValue' => '1', |
|
|
|
'value' => '1:'.get_lang('Active').';0:'.get_lang('Inactive')), |
|
|
|
'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'))), |
|
|
|
//for the top bar |
|
|
|
array('name'=>'visibility', 'index'=>'visibility', 'width'=>'40', 'align'=>'left', 'search' => 'false'), |
|
|
|
'editoptions' => array('value' => ':'.get_lang('All').';1:'.get_lang('Active').';0:'.get_lang('Inactive'))), |
|
|
|
array('name'=>'actions', 'index'=>'actions', 'width'=>'100', 'align'=>'left','formatter'=>'action_formatter','sortable'=>'false', 'search' => 'false') |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
//Autowidth |
|
|
|
array('name'=>'visibility', 'index'=>'visibility', 'width'=>'40', 'align'=>'left', 'search' => 'false'), |
|
|
|
|
|
|
|
array('name'=>'actions', 'index'=>'actions', 'width'=>'100', 'align'=>'left','formatter'=>'action_formatter','sortable'=>'false', 'search' => 'false') |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
//Autowidth |
|
|
|
|
|
|
|
$extra_params['autowidth'] = 'true'; |
|
|
|
$extra_params['autowidth'] = 'true'; |
|
|
|
|
|
|
|
|
|
|
|
//height auto |
|
|
|
//height auto |
|
|
|
$extra_params['height'] = 'auto'; |
|
|
|
$extra_params['height'] = 'auto'; |
|
|
|
//$extra_params['excel'] = 'excel'; |
|
|
|
//$extra_params['excel'] = 'excel'; |
|
|
|
//$extra_params['rowList'] = array(10, 20 ,30); |
|
|
|
//$extra_params['rowList'] = array(10, 20 ,30); |
|
|
|
|
|
|
|
|
|
|
|
//With this function we can add actions to the jgrid (edit, delete, etc) |
|
|
|
//With this function we can add actions to the jgrid (edit, delete, etc) |
|
|
|
$action_links = 'function action_formatter(cellvalue, options, rowObject) { |
|
|
|
$action_links = 'function action_formatter(cellvalue, options, rowObject) { |
|
|
|
return \'<a href="session_edit.php?page=resume_session.php&id=\'+options.rowId+\'">'.Display::return_icon('edit.png',get_lang('Edit'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
return \'<a href="session_edit.php?page=resume_session.php&id=\'+options.rowId+\'">'.Display::return_icon('edit.png',get_lang('Edit'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a href="add_users_to_session.php?page=session_list.php&id_session=\'+options.rowId+\'">'.Display::return_icon('user_subscribe_session.png',get_lang('SubscribeUsersToSession'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a href="add_users_to_session.php?page=session_list.php&id_session=\'+options.rowId+\'">'.Display::return_icon('user_subscribe_session.png',get_lang('SubscribeUsersToSession'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a href="add_courses_to_session.php?page=session_list.php&id_session=\'+options.rowId+\'">'.Display::return_icon('courses_to_session.png',get_lang('SubscribeCoursesToSession'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a href="add_courses_to_session.php?page=session_list.php&id_session=\'+options.rowId+\'">'.Display::return_icon('courses_to_session.png',get_lang('SubscribeCoursesToSession'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a onclick="javascript:if(!confirm('."\'".addslashes(api_htmlentities(get_lang("ConfirmYourChoice"),ENT_QUOTES))."\'".')) return false;" href="session_list.php?action=copy&idChecked=\'+options.rowId+\'">'.Display::return_icon('copy.png',get_lang('Copy'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a onclick="javascript:if(!confirm('."\'".addslashes(api_htmlentities(get_lang("ConfirmYourChoice"),ENT_QUOTES))."\'".')) return false;" href="session_list.php?action=copy&idChecked=\'+options.rowId+\'">'.Display::return_icon('copy.png',get_lang('Copy'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a onclick="javascript:if(!confirm('."\'".addslashes(api_htmlentities(get_lang("ConfirmYourChoice"),ENT_QUOTES))."\'".')) return false;" href="session_list.php?action=delete&idChecked=\'+options.rowId+\'">'.Display::return_icon('delete.png',get_lang('Delete'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
' <a onclick="javascript:if(!confirm('."\'".addslashes(api_htmlentities(get_lang("ConfirmYourChoice"),ENT_QUOTES))."\'".')) return false;" href="session_list.php?action=delete&idChecked=\'+options.rowId+\'">'.Display::return_icon('delete.png',get_lang('Delete'),'',ICON_SIZE_SMALL).'</a>'. |
|
|
|
'\'; |
|
|
|
'\'; |
|
|
|
}'; |
|
|
|
}'; |
|
|
|
?> |
|
|
|
?> |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function setSearchSelect(columnName) { |
|
|
|
function setSearchSelect(columnName) { |
|
|
|
|
|
|
|
$("#sessions").jqGrid('setColProp', columnName, |
|
|
|
$("#sessions").jqGrid('setColProp', columnName, |
|
|
|
{ |
|
|
|
{ |
|
|
|
searchoptions:{ |
|
|
|
searchoptions:{ |
|
|
|
dataInit:function(el){ |
|
|
|
dataInit:function(el){ |
|
|
|
$("option[value='2']",el).attr("selected", "selected"); |
|
|
|
$("option[value='2']",el).attr("selected", "selected"); |
|
|
|
setTimeout(function(){ |
|
|
|
setTimeout(function(){ |
|
|
|
$(el).trigger('change'); |
|
|
|
$(el).trigger('change'); |
|
|
|
@ -117,27 +112,27 @@ function setSearchSelect(columnName) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function() { |
|
|
|
$(function() { |
|
|
|
<?php
|
|
|
|
<?php |
|
|
|
echo Display::grid_js('sessions', $url,$columns,$column_model,$extra_params, array(), $action_links,true); |
|
|
|
echo Display::grid_js('sessions', $url,$columns,$column_model,$extra_params, array(), $action_links,true); |
|
|
|
?> |
|
|
|
?> |
|
|
|
|
|
|
|
|
|
|
|
setSearchSelect("status"); |
|
|
|
setSearchSelect("status"); |
|
|
|
|
|
|
|
|
|
|
|
$("#sessions").jqGrid('navGrid','#sessions_pager', {edit:false,add:false,del:false}, |
|
|
|
$("#sessions").jqGrid('navGrid','#sessions_pager', {edit:false,add:false,del:false}, |
|
|
|
{height:280,reloadAfterSubmit:false}, // edit options |
|
|
|
{height:280,reloadAfterSubmit:false}, // edit options |
|
|
|
{height:280,reloadAfterSubmit:false}, // add options |
|
|
|
{height:280,reloadAfterSubmit:false}, // add options |
|
|
|
{reloadAfterSubmit:false}, // del options |
|
|
|
{reloadAfterSubmit:false}, // del options |
|
|
|
{width:500} // search options |
|
|
|
{width:500} // search options |
|
|
|
); |
|
|
|
); |
|
|
|
/* |
|
|
|
/* |
|
|
|
// add custom button to export the data to excel |
|
|
|
// add custom button to export the data to excel |
|
|
|
jQuery("#sessions").jqGrid('navButtonAdd','#sessions_pager',{ |
|
|
|
jQuery("#sessions").jqGrid('navButtonAdd','#sessions_pager',{ |
|
|
|
caption:"", |
|
|
|
caption:"", |
|
|
|
onClickButton : function () { |
|
|
|
onClickButton : function () { |
|
|
|
jQuery("#sessions").excelExport(); |
|
|
|
jQuery("#sessions").excelExport(); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
jQuery('#sessions').jqGrid('navButtonAdd','#sessions_pager',{id:'pager_csv',caption:'',title:'Export To CSV',onClickButton : function(e) |
|
|
|
jQuery('#sessions').jqGrid('navButtonAdd','#sessions_pager',{id:'pager_csv',caption:'',title:'Export To CSV',onClickButton : function(e) |
|
|
|
{ |
|
|
|
{ |
|
|
|
try { |
|
|
|
try { |
|
|
|
@ -147,21 +142,21 @@ $(function() { |
|
|
|
} |
|
|
|
} |
|
|
|
},buttonicon:'ui-icon-document'}) |
|
|
|
},buttonicon:'ui-icon-document'}) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Adding search options |
|
|
|
//Adding search options |
|
|
|
var options = { |
|
|
|
var options = { |
|
|
|
'stringResult': true, |
|
|
|
'stringResult': true, |
|
|
|
'autosearch' : true, |
|
|
|
'autosearch' : true, |
|
|
|
'searchOnEnter':false |
|
|
|
'searchOnEnter':false |
|
|
|
} |
|
|
|
} |
|
|
|
jQuery("#sessions").jqGrid('filterToolbar',options); |
|
|
|
jQuery("#sessions").jqGrid('filterToolbar',options); |
|
|
|
var sgrid = $("#sessions")[0]; |
|
|
|
var sgrid = $("#sessions")[0]; |
|
|
|
sgrid.triggerToolbar(); |
|
|
|
sgrid.triggerToolbar(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<div class="actions"> |
|
|
|
<div class="actions"> |
|
|
|
<?php
|
|
|
|
<?php |
|
|
|
echo '<a href="'.api_get_path(WEB_CODE_PATH).'admin/session_add.php">'.Display::return_icon('new_session.png',get_lang('AddSession'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
echo '<a href="'.api_get_path(WEB_CODE_PATH).'admin/session_add.php">'.Display::return_icon('new_session.png',get_lang('AddSession'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
echo '<a href="'.api_get_path(WEB_CODE_PATH).'admin/add_many_session_to_category.php">'.Display::return_icon('session_to_category.png',get_lang('AddSessionsInCategories'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
echo '<a href="'.api_get_path(WEB_CODE_PATH).'admin/add_many_session_to_category.php">'.Display::return_icon('session_to_category.png',get_lang('AddSessionsInCategories'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
echo '<a href="'.api_get_path(WEB_CODE_PATH).'admin/session_category_list.php">'.Display::return_icon('folder.png',get_lang('ListSessionCategory'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
echo '<a href="'.api_get_path(WEB_CODE_PATH).'admin/session_category_list.php">'.Display::return_icon('folder.png',get_lang('ListSessionCategory'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|