[svn r19398] minor - style changes - added style css -(partial FS#3909)

skala
Isaac Flores 16 years ago
parent fbcad7a64a
commit ef8f625236
  1. 6
      main/group/group_category.php
  2. 4
      main/group/group_creation.php
  3. 4
      main/group/group_edit.php

@ -1,5 +1,5 @@
<?php
// $Id: group_category.php 18203 2009-02-03 18:02:16Z ndieschburg $
// $Id: group_category.php 19398 2009-03-27 22:18:21Z iflorespaz $
/*
==============================================================================
Dokeos - elearning and course management software
@ -214,7 +214,9 @@ if ($form->validate())
}
// Else display the form
Display :: display_header($nameTools, "Group");
api_display_tool_title($nameTools);
echo '<div class="actions-title">';
echo $nameTools;
echo '</div>';
$defaults = $category;
$defaults['action'] = $action;
if( $defaults['max_student'] == MEMBER_PER_GROUP_NO_LIMIT)

@ -108,7 +108,9 @@ if (isset ($_POST['action']))
$nameTools = get_lang('GroupCreation');
$interbreadcrumb[] = array ("url" => "group.php", "name" => get_lang('GroupManagement'));
Display :: display_header($nameTools, "Group");
api_display_tool_title($nameTools);
echo '<div class="actions-title">';
echo $nameTools;
echo '</div>';
if (!is_allowed_to_edit())
{
api_not_allowed();

@ -307,7 +307,9 @@ if (isset($_POST['group_members'])) {
}
}
Display :: display_header($nameTools, "Group");
api_display_tool_title($nameTools);
echo '<div class="actions-title">';
echo $nameTools;
echo '</div>';
?>
<a href="group_space.php"><?php echo get_lang('GroupSpace') ?></a>
<br/>

Loading…
Cancel
Save