mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-15402: add some help texts to filckr/boxnet plugins
This commit is contained in:
parent
98e82289b3
commit
e49eaacbc9
6 changed files with 35 additions and 23 deletions
|
@ -186,6 +186,7 @@ class repository_boxnet extends repository {
|
|||
$strrequired = get_string('required');
|
||||
$mform->addElement('text', 'api_key', get_string('apikey', 'repository_boxnet'), array('value'=>$api_key,'size' => '40'));
|
||||
$mform->addRule('api_key', $strrequired, 'required', null, 'client');
|
||||
$mform->addElement('static', null, '', get_string('information','repository_boxnet'));
|
||||
}
|
||||
|
||||
public function instance_config_form(&$mform) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue