mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-38934-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
dba85495c1
@ -48,6 +48,7 @@ class gradingform_guide_editguide extends moodleform {
|
||||
$form->setType('areaid', PARAM_INT);
|
||||
|
||||
$form->addElement('hidden', 'returnurl');
|
||||
$form->setType('returnurl', PARAM_LOCALURL);
|
||||
|
||||
// Name.
|
||||
$form->addElement('text', 'name', get_string('name', 'gradingform_guide'), array('size'=>52));
|
||||
|
@ -47,6 +47,7 @@ class gradingform_rubric_editrubric extends moodleform {
|
||||
$form->setType('areaid', PARAM_INT);
|
||||
|
||||
$form->addElement('hidden', 'returnurl');
|
||||
$form->setType('returnurl', PARAM_LOCALURL);
|
||||
|
||||
// name
|
||||
$form->addElement('text', 'name', get_string('name', 'gradingform_rubric'), array('size'=>52));
|
||||
|
Loading…
x
Reference in New Issue
Block a user