]> git.mjollnir.org Git - moodle.git/commitdiff
Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-...
authormudrd8mz <mudrd8mz>
Sun, 1 Jun 2008 08:41:51 +0000 (08:41 +0000)
committermudrd8mz <mudrd8mz>
Sun, 1 Jun 2008 08:41:51 +0000 (08:41 +0000)
admin/lang.php

index 1f134e30e86eff5b5a4b5677812f2620c58bc27b..ec252d931a63f66334e2974312888478a313e308 100644 (file)
                 $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));