Skip to content
Snippets Groups Projects
Commit e3706601 authored by Thomas Fradet's avatar Thomas Fradet
Browse files

Admin settings update (unused settings)

parent 8d518c45
No related branches found
No related tags found
No related merge requests found
......@@ -9,17 +9,17 @@ defined('MOODLE_INTERNAL') || die;
if ($ADMIN->fulltree) {
$settings->add(new admin_setting_configtext('role_iena', get_string('name_role','block_competency_iena' ),
null, "studentlpmanager"));
"ATTENTION : paramètre non utilisé pour le moment !", "studentlpmanager"));
$settings->add(new admin_setting_configtext('parcour_iena', get_string('name_parcour','block_competency_iena' ),
null, get_string('dynamic_path','block_competency_iena' )));
"ATTENTION : paramètre non utilisé pour le moment !", get_string('dynamic_path','block_competency_iena' )));
$settings->add(new admin_setting_configtext('mail_iena', get_string('mail_iena','block_competency_iena' ),
null, "noreply@example.com"));
"Adresse à laquelle sont envoyées les demandes via le block.", "noreply@example.com"));
$settings->add(new admin_setting_confightmleditor('apc_iena',get_string('apc_iena','block_competency_iena' ),
null, get_string('apc_iena', 'block_competency_iena') ));
"Champ d'information 1 sur l'APC.", get_string('apc_iena', 'block_competency_iena') ));
$settings->add(new admin_setting_confightmleditor('info_iena',get_string('info_iena','block_competency_iena' ),
null,get_string('info_iena','block_competency_iena' )));
"Champ d'information 2 sur l'APC.",get_string('info_iena','block_competency_iena' )));
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment