put the cursor in the edit box rather than doing nothing for label

This commit is contained in:
thepurpleblob 2006-10-18 13:03:50 +00:00
parent 821267bccf
commit 07705e2fa6

View file

@ -642,7 +642,7 @@
$strmodulenameplural = get_string("modulenameplural", $module->name);
if ($module->name == "label") {
$focuscursor = "";
$focuscursor = "form.content";
} else {
$focuscursor = "form.name";
}