Put the cursor in the edit box for a label rather than do nothing.

This commit is contained in:
thepurpleblob
2006-10-18 13:01:39 +00:00
parent d535f143ac
commit ca477ee66a
+1 -1
View File
@@ -638,7 +638,7 @@
$strmodulenameplural = get_string("modulenameplural", $module->name);
if ($module->name == "label") {
$focuscursor = "";
$focuscursor = "form.content";
} else {
$focuscursor = "form.name";
}