From e3706601a58b6a4e75ec4b3a8e3b19418229757a Mon Sep 17 00:00:00 2001 From: Thomas Fradet <t.fradet8@gmail.com> Date: Thu, 20 Jun 2019 12:41:39 +0200 Subject: [PATCH] Admin settings update (unused settings) --- settings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.php b/settings.php index 59c5986..dd2847f 100644 --- a/settings.php +++ b/settings.php @@ -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 -- GitLab