Browse Source

[svn r19242] Change the input method to button

Arthur Portugal 16 years ago
parent
commit
4cdcccea4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/gradebook/gradebook_edit_all.php

+ 1 - 1
main/gradebook/gradebook_edit_all.php

@@ -177,7 +177,7 @@ if ($my_api_cidreq=='') {
 		 <?php echo $output ?>
  </table>
  <input type="hidden" name="submitted" value="1" />
-  <input type="submit" name="name" value="<?php echo get_lang('Save') ?>"/>
+ <button class="save" type="submit" name="name" value="<?php echo get_lang('Save') ?>"><?php echo get_lang('Save') ?></button>  
 </form>
 <?php
 Display :: display_footer();