|
|
|
@ -112,8 +112,6 @@ if (!isset ($_GET['origin']) || $_GET['origin'] != 'learnpath') { |
|
|
|
|
echo '<div class="actions">'; |
|
|
|
|
echo '<a href="group_creation.php?'.api_get_cidreq().'">'. |
|
|
|
|
Display::return_icon('new_group.png', get_lang('NewGroupCreate'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
echo '<a href="group.php?'.api_get_cidreq().'">'. |
|
|
|
|
Display::return_icon('group.png', get_lang('Groups'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
|
|
|
|
|
if (api_get_setting('allow_group_categories') == 'true') { |
|
|
|
|
echo '<a href="group_category.php?'.api_get_cidreq().'&action=add_category">'. |
|
|
|
@ -128,11 +126,15 @@ echo '<div class="actions">'; |
|
|
|
|
echo '<a href="group_overview.php?'.api_get_cidreq().'&action=export_all&type=csv">'. |
|
|
|
|
Display::return_icon('export_csv.png', get_lang('Export'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
|
|
|
|
|
echo '<a href="group_overview.php?'.api_get_cidreq().'&action=export&type=xls">'. |
|
|
|
|
Display::return_icon('export_excel.png', get_lang('ExportAsXLS'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
|
|
|
|
|
echo '<a href="group_overview.php?'.api_get_cidreq().'&action=export_pdf">'. |
|
|
|
|
Display::return_icon('pdf.png', get_lang('ExportToPDF'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
Display::return_icon('pdf.png', get_lang('ExportToPDF'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
|
|
|
|
|
echo '<a href="group.php?'.api_get_cidreq().'">'. |
|
|
|
|
Display::return_icon('group.png', get_lang('Groups'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
|
|
|
|
|
echo '<a href="group_overview.php?'.api_get_cidreq().'&action=export&type=xls">'. |
|
|
|
|
Display::return_icon('export_excel.png', get_lang('ExportAsXLS'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|
|
|
|
|
|
echo '<a href="../user/user.php?'.api_get_cidreq().'">'. |
|
|
|
|
Display::return_icon('user.png', get_lang('GoTo').' '.get_lang('Users'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
|
|
|