]> git.mjollnir.org Git - moodle.git/commitdiff
put the cursor in the edit box rather than doing nothing for label
authorthepurpleblob <thepurpleblob>
Wed, 18 Oct 2006 13:03:50 +0000 (13:03 +0000)
committerthepurpleblob <thepurpleblob>
Wed, 18 Oct 2006 13:03:50 +0000 (13:03 +0000)
course/mod.php

index 6439064dcc039112c5b261f794e050348a38a5c7..5df2b31d206da41a225b5ece6878faa02e51203b 100644 (file)
     $strmodulenameplural = get_string("modulenameplural", $module->name);
 
     if ($module->name == "label") {
-        $focuscursor = "";
+        $focuscursor = "form.content";
     } else {
         $focuscursor = "form.name";
     }