]> git.mjollnir.org Git - moodle.git/commitdiff
Clarified the "participants" link ...
authormartin <martin>
Sun, 8 Sep 2002 05:29:00 +0000 (05:29 +0000)
committermartin <martin>
Sun, 8 Sep 2002 05:29:00 +0000 (05:29 +0000)
course/social.php
course/topics.php
course/weeks.php

index c5958048fee3d91e8f9c41212fa21a7abb0b7796..7bf1ab9946e03f2a38f4ed4de325945b1a5c3919 100644 (file)
@@ -11,7 +11,7 @@
     <TD WIDTH="15%" VALIGN="TOP">
       <? 
       print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
-      $moddata[]="<A HREF=\"../user/index.php?id=$course->id\">".get_string("listofallpeople")."</A>";
+      $moddata[]="<A TITLE=\"".get_string("listofallpeople")."\" HREF=\"../user/index.php?id=$course->id\">".get_string("participants")."</A>";
       $modicon[]="<IMG SRC=\"../user/users.gif\" HEIGHT=16 WIDTH=16 ALT=\"\">";
       $editmyprofile = "<A HREF=\"../user/view.php?id=$USER->id&course=$course->id\">".
                         get_string("editmyprofile")."</A>";
index 39535e39ea6e173219426c2ea793681d05ac86c4..132ef299865372aba5f57f60782ed1cde1e26086 100644 (file)
@@ -46,7 +46,7 @@
     $blinker = " <BLINK>*</BLINK>";
 
     print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
-    $moddata[]="<A HREF=\"../user/index.php?id=$course->id\">".get_string("listofallpeople")."</A>";
+    $moddata[]="<A TITLE=\"".get_string("listofallpeople")."\" HREF=\"../user/index.php?id=$course->id\">".get_string("participants")."</A>";
     $modicon[]="<IMG SRC=\"../user/users.gif\" HEIGHT=16 WIDTH=16 ALT=\"\">";
     $editmyprofile = "<A HREF=\"../user/view.php?id=$USER->id&course=$course->id\">".get_string("editmyprofile")."</A>";
     if ($USER->description) {
index d9261992813075c068cffe6a4cef1d0e83bc1dac..1b805042036d467cdfc8b9d8e0c2d52b5ab8b994 100644 (file)
@@ -33,7 +33,7 @@
     // Links to people
 
     print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
-    $moddata[]="<A HREF=\"../user/index.php?id=$course->id\">".get_string("listofallpeople")."</A>";
+    $moddata[]="<A TITLE=\"".get_string("listofallpeople")."\" HREF=\"../user/index.php?id=$course->id\">".get_string("participants")."</A>";
     $modicon[]="<IMG SRC=\"../user/users.gif\" HEIGHT=16 WIDTH=16 ALT=\"\">";
     $editmyprofile = "<A HREF=\"../user/view.php?id=$USER->id&course=$course->id\">".get_string("editmyprofile")."</A>";
     if ($USER->description) {