|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<?php // $Id: group.php 17213 2008-12-10 20:52:35Z cfasanando $
|
|
|
|
|
<?php // $Id: group.php 17236 2008-12-11 20:04:55Z cfasanando $
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
@ -178,7 +178,7 @@ if (api_is_allowed_to_edit(false,true)) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// Show admin-panel |
|
|
|
|
echo '<div class="actions">'; |
|
|
|
|
|
|
|
|
|
if (get_setting('allow_group_categories') == 'true') |
|
|
|
|
{ |
|
|
|
|
echo Display::return_icon('folder_new.gif', get_lang('AddCategory')) . '<a href="group_category.php?'.api_get_cidreq().'&action=add_category">'.get_lang('AddCategory').'</a> '; |
|
|
|
@ -196,6 +196,7 @@ if (api_is_allowed_to_edit(false,true)) |
|
|
|
|
echo Display::return_icon('group.gif', get_lang('GroupOverview')) .'<a href="group_overview.php?'.api_get_cidreq().'">'.get_lang('GroupOverview').'</a> '; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
echo '<div class="actions">'; |
|
|
|
|
$group_cats = GroupManager :: get_categories(); |
|
|
|
|
if (get_setting('allow_group_categories') == 'true' && count($group_cats) > 1) |
|
|
|
|
{ |
|
|
|
|