From: thepurpleblob Date: Wed, 18 Oct 2006 13:03:50 +0000 (+0000) Subject: put the cursor in the edit box rather than doing nothing for label X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=07705e2fa667d24549f301e27b2d3b43f23c41da;p=moodle.git put the cursor in the edit box rather than doing nothing for label --- diff --git a/course/mod.php b/course/mod.php index 6439064dcc..5df2b31d20 100644 --- a/course/mod.php +++ b/course/mod.php @@ -642,7 +642,7 @@ $strmodulenameplural = get_string("modulenameplural", $module->name); if ($module->name == "label") { - $focuscursor = ""; + $focuscursor = "form.content"; } else { $focuscursor = "form.name"; }