]> git.mjollnir.org Git - moodle.git/commitdiff
Tip over 'Edit profile' is the user's name
authormartin <martin>
Sun, 8 Sep 2002 09:41:17 +0000 (09:41 +0000)
committermartin <martin>
Sun, 8 Sep 2002 09:41:17 +0000 (09:41 +0000)
course/social.php
course/topics.php
course/weeks.php

index 7bf1ab9946e03f2a38f4ed4de325945b1a5c3919..16fa24cf4304fe4d334687bef51db1c5ab12ef2c 100644 (file)
@@ -13,7 +13,7 @@
       print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
       $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\">".
+      $editmyprofile = "<A TITLE=\"$USER->firstname $USER->lastname\" HREF=\"../user/view.php?id=$USER->id&course=$course->id\">".
                         get_string("editmyprofile")."</A>";
       if ($USER->description) {
           $moddata[]= $editmyprofile;
index 132ef299865372aba5f57f60782ed1cde1e26086..a2b278565833f5ba8c5f0511f4ec10bdb65dd0ba 100644 (file)
@@ -48,7 +48,7 @@
     print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
     $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>";
+    $editmyprofile = "<A TITLE=\"$USER->firstname $USER->lastname\" HREF=\"../user/view.php?id=$USER->id&course=$course->id\">".get_string("editmyprofile")."</A>";
     if ($USER->description) {
         $moddata[]= $editmyprofile;
     } else {
index 1b805042036d467cdfc8b9d8e0c2d52b5ab8b994..49321c71ba0c33a673c3db88392f651c209426ba 100644 (file)
@@ -35,7 +35,7 @@
     print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
     $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>";
+    $editmyprofile = "<A TITLE=\"$USER->firstname $USER->lastname\" HREF=\"../user/view.php?id=$USER->id&course=$course->id\">".get_string("editmyprofile")."</A>";
     if ($USER->description) {
         $moddata[]= $editmyprofile;
     } else {