MDL-21695 Replaced profilevisible.html

AMOS BEGIN
 HLP profilevisible.html,[profilevisible_help,core_admin]
AMOS END
This commit is contained in:
David Mudrak 2010-06-28 14:38:31 +00:00
parent a68ae24547
commit 165c9f1f34
3 changed files with 2 additions and 6 deletions

View file

@ -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();