[LON-CAPA-cvs] cvs: loncom /interface lonuserutils.pm

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Wed, 12 Dec 2007 19:47:56 -0000


raeburn		Wed Dec 12 14:47:56 2007 EDT

  Modified files:              
    /loncom/interface	lonuserutils.pm 
  Log:
  - Include the name of the Author in the table title for listings of co-authors.
  
  
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.13 loncom/interface/lonuserutils.pm:1.14
--- loncom/interface/lonuserutils.pm:1.13	Mon Dec 10 20:17:16 2007
+++ loncom/interface/lonuserutils.pm	Wed Dec 12 14:47:56 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Utility functions for managing LON-CAPA user accounts
 #
-# $Id: lonuserutils.pm,v 1.13 2007/12/11 01:17:16 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.14 2007/12/12 19:47:56 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2551,7 +2551,9 @@
             }
         }
     } elsif ($context eq 'author') {
-        $description = &mt('Author space for [_1].').' ';
+        $description = 
+            &mt('Author space for <span class="LC_cusr_emph">[_1]</span>',
+        &Apache::loncommon::plainname($env{'user.name'},$env{'user.domain'})).':&nbsp;&nbsp;';
         if ($statusmode eq 'Expired') {
             $description .= &mt('Co-authors with expired [_1] roles',$showfilter);
         } elsif ($statusmode eq 'Future') {