attributes field maxlength=1000

This commit is contained in:
Roland Gruber 2016-11-14 19:17:10 +01:00
parent 5f5b86b16d
commit 9f9802549a
1 changed files with 3 additions and 2 deletions

View File

@ -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