MDL-6937
MDL-7561 MDL-7562 Need to be used new forms api. Please see also: * enrol.php: check_entry(), config_form(), process_config() * localfuncs.php: validate_cc_form(), validate_echeck_form()
This commit is contained in:
@@ -78,7 +78,7 @@ class enrolment_plugin_authorize
|
||||
echo '<p><a href="'.$CFG->httpswwwroot.'/login/">'.get_string('loginsite').'</a></p>';
|
||||
echo '</div>';
|
||||
} else {
|
||||
include($CFG->dirroot.'/enrol/authorize/enrol.html');
|
||||
include($CFG->dirroot.'/enrol/authorize/enrol_form.php');
|
||||
}
|
||||
print_simple_box_end();
|
||||
|
||||
@@ -448,7 +448,7 @@ class enrolment_plugin_authorize
|
||||
}
|
||||
}
|
||||
|
||||
include($CFG->dirroot.'/enrol/authorize/config.html');
|
||||
include($CFG->dirroot.'/enrol/authorize/config_form.php');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user