]> git.mjollnir.org Git - moodle.git/commitdiff
Little tweaks to messages
authormoodler <moodler>
Wed, 27 Aug 2003 13:40:26 +0000 (13:40 +0000)
committermoodler <moodler>
Wed, 27 Aug 2003 13:40:26 +0000 (13:40 +0000)
course/student.php
course/teacher.php

index 4c0124a72ed072292e82e9a6036e20ce480885ea..5a765cfc8327c837769a8773c2a5ae8fd05d32ae 100644 (file)
@@ -3,7 +3,7 @@
 
        require_once("../config.php");
 
-    define("MAX_USERS_PER_PAGE", 30);
+    define("MAX_USERS_PER_PAGE", 50);
 
     require_variable($id);         // course id
     optional_variable($add, "");
         echo "<p align=center>$strnopotentialstudents</p>";
 
     } else if ($usercount > MAX_USERS_PER_PAGE) {
-        echo "<p align=center>$strtoomanytoshow</p>";
+        echo "<p align=center>$strtoomanytoshow ($usercount) </p>";
 
     } else {
 
index 681b277ac372c32911d15a5a6b7b0900b55f1389..5011035d643bb274c24280cda392d2b47d08ee31 100644 (file)
@@ -3,7 +3,7 @@
 
        require_once("../config.php");
 
-    define("MAX_USERS_PER_PAGE", 40);
+    define("MAX_USERS_PER_PAGE", 50);
 
     require_variable($id);         // course id
     optional_variable($add, "");
         echo "<p align=center>$strnopotentialteachers</p>";
 
     } else if ($usercount > MAX_USERS_PER_PAGE) {
-        echo "<p align=center>$strtoomanytoshow</p>";
+        echo "<p align=center>$strtoomanytoshow ($usercount) </p>";
 
     } else {