The very last save button is tabindexed, too. Forgot to include it in the last commit...
authormudrd8mz <mudrd8mz>
Sun, 1 Jun 2008 11:18:54 +0000 (11:18 +0000)
committermudrd8mz <mudrd8mz>
Sun, 1 Jun 2008 11:18:54 +0000 (11:18 +0000)
admin/lang.php

index ec252d931a63f66334e2974312888478a313e308..72c61055c8395a3c953b1488380fe4919cccd855 100644 (file)
                 $o .= '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />';
                 $o .= '<input type="hidden" name="currentfile" value="'.$currentfile.'" />';
                 $o .= '<input type="hidden" name="mode" value="compare" />';
-                $o .= '<input type="submit" name="update" value="'.get_string('savechanges').': '.$currentfile.'" />';
+                $o .= '<input type="submit" name="update" tabindex="'.$missingcounter.'" value="'.get_string('savechanges').': '.$currentfile.'" />';
                 $o .= '</td></tr>';
             }
             $o .= '</table>';