mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-39012_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
26b7bea2c0
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class steps_definitions_form extends moodleform {
|
||||||
);
|
);
|
||||||
|
|
||||||
$mform->addElement('text', 'filter', get_string('stepsdefinitionscontains', 'tool_behat'));
|
$mform->addElement('text', 'filter', get_string('stepsdefinitionscontains', 'tool_behat'));
|
||||||
|
$mform->setType('filter', PARAM_NOTAGS);
|
||||||
|
|
||||||
$mform->addElement('submit', 'submit', get_string('viewsteps', 'tool_behat'));
|
$mform->addElement('submit', 'submit', get_string('viewsteps', 'tool_behat'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue