diff --git a/main/group/group_category.php b/main/group/group_category.php index f4a33e6e69..50f3bb21ba 100644 --- a/main/group/group_category.php +++ b/main/group/group_category.php @@ -1,5 +1,5 @@ addElement('header','',$nameTools); $form->addElement('hidden', 'id'); } else @@ -220,6 +221,12 @@ if ($form->validate()) } // Else display the form Display :: display_header($nameTools, "Group"); + +// actions bar +echo '
'; +echo ''.Display::return_icon('back.png').' '.get_lang('BackTo').' '.strtolower(get_lang('GroupOverview')).''; +echo '
'; + $defaults = $category; $defaults['action'] = $action; if( $defaults['max_student'] == MEMBER_PER_GROUP_NO_LIMIT) diff --git a/main/group/group_edit.php b/main/group/group_edit.php index 3d96ceab9a..31adba6083 100644 --- a/main/group/group_edit.php +++ b/main/group/group_edit.php @@ -313,8 +313,7 @@ Display :: display_header($nameTools, "Group");
-
-
+