|
|
|
@ -27,7 +27,7 @@ if ($action == 'delete') { |
|
|
|
exit(); |
|
|
|
exit(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$interbreadcrumb[]=array("url" => "index.php","name" => get_lang('PlatformAdmin')); |
|
|
|
//$interbreadcrumb[]=array("url" => "index.php","name" => get_lang('PlatformAdmin')); |
|
|
|
|
|
|
|
|
|
|
|
$tool_name = get_lang('SessionList'); |
|
|
|
$tool_name = get_lang('SessionList'); |
|
|
|
Display::display_header($tool_name); |
|
|
|
Display::display_header($tool_name); |
|
|
|
@ -211,9 +211,12 @@ $(function() { |
|
|
|
<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).'session/session_add.php">'. |
|
|
|
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>'; |
|
|
|
Display::return_icon('new_session.png',get_lang('AddSession'),'',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).'session/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).'session/session_category_list.php">'. |
|
|
|
|
|
|
|
Display::return_icon('folder.png',get_lang('ListSessionCategory'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
|
|
|
|
|
|
|
echo $actions; |
|
|
|
echo $actions; |
|
|
|
echo '<div class="pull-right">'; |
|
|
|
echo '<div class="pull-right">'; |
|
|
|
|