MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard.

This commit is contained in:
dongsheng 2008-03-26 02:58:16 +00:00
parent 6f87ef52b9
commit 55ac3d6f21
6 changed files with 6 additions and 5 deletions

View file

@ -233,7 +233,7 @@ class admin_uploaduser_form2 extends moodleform {
$mform->setType('phone1', PARAM_CLEAN);
$mform->setAdvanced('phone1');
$mform->addElement('text', 'phone2', get_string('phone'), 'maxlength="20" size="25"');
$mform->addElement('text', 'phone2', get_string('phone2'), 'maxlength="20" size="25"');
$mform->setType('phone2', PARAM_CLEAN);
$mform->setAdvanced('phone2');