attributes field maxlength=1000
This commit is contained in:
parent
5f5b86b16d
commit
9f9802549a
|
@ -275,6 +275,7 @@ if (sizeof($activeTypes) > 0) {
|
|||
}
|
||||
$attrsInput = new htmlTableExtendedInputField(_("List attributes"), 'attr_' . $activeTypes[$i], $attributes, '206');
|
||||
$attrsInput->setFieldSize(40);
|
||||
$attrsInput->setFieldMaxLength(1000);
|
||||
$activeContainer->addElement($attrsInput);
|
||||
$activeContainer->addNewLine();
|
||||
// type options
|
||||
|
|
Loading…
Reference in New Issue