MDL-15402: add some help texts to filckr/boxnet plugins

This commit is contained in:
jerome 2008-09-17 06:09:10 +00:00
parent 98e82289b3
commit e49eaacbc9
6 changed files with 35 additions and 23 deletions

View file

@ -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) {