From a2469553d2ea2be6c260ab2127dbe3631d9d216e Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 23 Apr 2014 16:22:53 -0500 Subject: [PATCH] Add more fields to the organization initially --- include/i18n/en_US/form.yaml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/include/i18n/en_US/form.yaml b/include/i18n/en_US/form.yaml index a5030c033..9ef2f042d 100644 --- a/include/i18n/en_US/form.yaml +++ b/include/i18n/en_US/form.yaml @@ -144,7 +144,7 @@ rows: 2 cols: 40 html: false - maxlength: 100 + length: 100 - type: O # notrans title: Organization Information @@ -161,11 +161,37 @@ size: 40 length: 64 + - type: memo + name: address + label: Address + required: false + sort: 2 + configuration: + rows: 2 + cols: 40 + length: 100 + html: false + + - type: phone + name: phone + label: Phone + required: false + sort: 3 + + - type: text + name: homepage + label: Homepage + required: false + sort: 4 + configuration: + size: 40 + length: 30 + - type: memo # notrans name: notes label: Internal Notes required: false - sort: 2 + sort: 5 configuration: rows: 4 cols: 40 -- GitLab