#112556 by RobRoy. Match maxlength with the database.
parent
526f50912f
commit
fc3d35ee95
|
@ -230,6 +230,7 @@ function taxonomy_form_vocabulary($edit = array()) {
|
||||||
);
|
);
|
||||||
$form['help'] = array('#type' => 'textfield',
|
$form['help'] = array('#type' => 'textfield',
|
||||||
'#title' => t('Help text'),
|
'#title' => t('Help text'),
|
||||||
|
'#maxlength' => 255,
|
||||||
'#default_value' => $edit['help'],
|
'#default_value' => $edit['help'],
|
||||||
'#description' => t('Instructions to present to the user when choosing a term.'),
|
'#description' => t('Instructions to present to the user when choosing a term.'),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue