mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Increase length of City field MDL-19629 - Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu doesn't actually fit in 100 chars - we need 105 - increasing further to 120
This commit is contained in:
parent
07b21d0467
commit
c5c0d2ff98
6 changed files with 9 additions and 9 deletions
|
@ -187,7 +187,7 @@ function useredit_shared_definition(&$mform, $editoroptions = null) {
|
|||
$mform->setDefault('screenreader', 0);
|
||||
$mform->addHelpButton('screenreader', 'screenreaderuse');
|
||||
|
||||
$mform->addElement('text', 'city', get_string('city'), 'maxlength="100" size="21"');
|
||||
$mform->addElement('text', 'city', get_string('city'), 'maxlength="120" size="21"');
|
||||
$mform->setType('city', PARAM_MULTILANG);
|
||||
$mform->addRule('city', $strrequired, 'required', null, 'client');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue