MailForm per field customizable width
This commit is contained in:
parent
f1067a0d8f
commit
f2171dd45e
2 changed files with 15 additions and 7 deletions
|
|
@ -300,6 +300,7 @@ CREATE TABLE MailForm_field (
|
|||
name varchar(255) NOT NULL default '',
|
||||
status char(1) NOT NULL default '0',
|
||||
type varchar(30) NOT NULL default '',
|
||||
width int(11) default NULL,
|
||||
possibleValues text,
|
||||
defaultValue text,
|
||||
PRIMARY KEY (MailForm_fieldId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue