[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm

raeburn lon-capa-cvs@mail.lon-capa.org
Fri, 03 Dec 2004 05:34:04 -0000


raeburn		Fri Dec  3 00:34:04 2004 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  If displaying 'Recent Roles', show header for other role type.  
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.113 loncom/auth/lonroles.pm:1.114
--- loncom/auth/lonroles.pm:1.113	Fri Dec  3 00:15:30 2004
+++ loncom/auth/lonroles.pm	Fri Dec  3 00:34:04 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.113 2004/12/03 05:15:30 raeburn Exp $
+# $Id: lonroles.pm,v 1.114 2004/12/03 05:34:04 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -605,6 +605,7 @@
 		      &mt('Recent Roles')."</td>");
 	    $r->print($output);
 	    $r->print("</tr>");
+            $doheaders ++;
 	}
     }
 
@@ -848,7 +849,7 @@
             }
         }
         else {
-            alert("You must use the 'Select Course' link to open a separate pick course window which you can use to select the course you wish to enter");
+            alert("Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter.");
         }
     }
     else {