mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-21695 Replaced profilevisible.html
AMOS BEGIN HLP profilevisible.html,[profilevisible_help,core_admin] AMOS END
This commit is contained in:
parent
a68ae24547
commit
165c9f1f34
3 changed files with 2 additions and 6 deletions
|
@ -46,7 +46,7 @@ class profile_define_base {
|
|||
$choices[PROFILE_VISIBLE_PRIVATE] = get_string('profilevisibleprivate', 'admin');
|
||||
$choices[PROFILE_VISIBLE_ALL] = get_string('profilevisibleall', 'admin');
|
||||
$form->addElement('select', 'visible', get_string('profilevisible', 'admin'), $choices);
|
||||
$form->setHelpButton('visible', array('profilevisible', get_string('profilevisible','admin')));
|
||||
$form->addHelpButton('visible', 'profilevisible', 'admin');
|
||||
$form->setDefault('visible', PROFILE_VISIBLE_ALL);
|
||||
|
||||
$choices = profile_list_categories();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue