1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-17 14:35:29 +02:00

MDL-38079 mod_feedback - Hide "add question to activity" button

This commit is contained in:
Russell Smith 2013-06-17 19:50:13 +10:00
parent f192883305
commit 725ab3d07f

@ -48,7 +48,7 @@ class feedback_edit_add_question_form extends moodleform {
$mform->setType('position', PARAM_INT);
// buttons
$mform->addElement('submit', 'add_item', get_string('add_item', 'feedback'));
$mform->addElement('submit', 'add_item', get_string('add_item', 'feedback'), array('class' => 'hiddenifjs'));
}
}