Center the groups menu for now

This commit is contained in:
moodler
2004-02-15 07:18:28 +00:00
parent 424aef6aef
commit ac0024f9f4
+1 -1
View File
@@ -1659,7 +1659,7 @@ function update_groups_button($courseid) {
function print_group_menu($groups, $groupmode, $currentgroup, $urlroot) {
/// Prints an appropriate group selection menu
echo '<table><tr><td>';
echo '<table align="center"><tr><td>';
if ($groupmode == VISIBLEGROUPS) {
print_string('groupsvisible');
} else {