Explorar el Código

[svn r19243] Added the class to can change the button

Arthur Portugal hace 16 años
padre
commit
f076c53b30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/gradebook/lib/fe/scoredisplayform.class.php

+ 1 - 1
main/gradebook/lib/fe/scoredisplayform.class.php

@@ -138,7 +138,7 @@ class ScoreDisplayForm extends FormValidator
 		}
 		$this->setDefaults(array (
 		'enablescore' => $displayscore->is_custom(), 'includeupperlimit' => $displayscore->is_upperlimit_included()));
-		$this->addElement('style_submit_button', 'submit', get_lang('Ok'));
+		$this->addElement('style_submit_button', 'submit', get_lang('Ok'),'class="save"');
 	}
 	function validate() {
 		return parent :: validate();