Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-)

This commit is contained in:
mudrd8mz
2008-06-01 08:38:58 +00:00
parent 6fcd60f62f
commit 92cfecea74
+1 -1
View File
@@ -555,7 +555,7 @@
$linescounter++ ;
if (LANG_SUBMIT_REPEAT && $editable && $linescounter % LANG_SUBMIT_REPEAT_EVERY == 0) {
$o .= '<tr><td>&nbsp;</td><td><br />';
$o .= '<input type="submit" name="update" value="'.get_string('savechanges').': '.$currentfile.'" />';
$o .= '<input type="submit" tabindex="'.$missingcounter.'" name="update" value="'.get_string('savechanges').': '.$currentfile.'" />';
$o .= '<br />&nbsp;</td></tr>';
}
$envalue = nl2br(htmlspecialchars($envalue));