- Patch #112556 by Robroy: term/vocab maxlength should match db.
parent
02da223897
commit
e6543caaff
|
@ -226,6 +226,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