From f076c53b3043951204b16f8b04e595e3db7c6abf Mon Sep 17 00:00:00 2001 From: Arthur Portugal Date: Tue, 24 Mar 2009 20:14:21 +0100 Subject: [PATCH] [svn r19243] Added the class to can change the button --- main/gradebook/lib/fe/scoredisplayform.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gradebook/lib/fe/scoredisplayform.class.php b/main/gradebook/lib/fe/scoredisplayform.class.php index 2f144e465c..7e4a68a57a 100644 --- a/main/gradebook/lib/fe/scoredisplayform.class.php +++ b/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();