From: moodler <moodler>
Date: Sun, 15 Feb 2004 07:18:28 +0000 (+0000)
Subject: Center the groups menu for now
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ac0024f9f4ec2c1e4abcccfa087dc61a26a7db2b;p=moodle.git

Center the groups menu for now
---

diff --git a/lib/weblib.php b/lib/weblib.php
index 0666ce8427..08a2880035 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -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 {