Merge branch 'MDL-39012_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-04-09 19:55:29 +02:00
commit 26b7bea2c0

View file

@ -61,6 +61,7 @@ class steps_definitions_form extends moodleform {
);
$mform->addElement('text', 'filter', get_string('stepsdefinitionscontains', 'tool_behat'));
$mform->setType('filter', PARAM_NOTAGS);
$mform->addElement('submit', 'submit', get_string('viewsteps', 'tool_behat'));
}