From 4e1b62341bd702884546fe5fa6c944cdf8ff8775 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 28 Feb 2005 18:40:40 +0000 Subject: [PATCH] minor updates for Assets --- lib/WebGUI/i18n/English/DataForm.pm | 47 +++++++++++++++-------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/lib/WebGUI/i18n/English/DataForm.pm b/lib/WebGUI/i18n/English/DataForm.pm index 7b2fd545d..0b24a951f 100644 --- a/lib/WebGUI/i18n/English/DataForm.pm +++ b/lib/WebGUI/i18n/English/DataForm.pm @@ -13,35 +13,38 @@ our $I18N = { '71' => { message => q|This wobject creates a simple multipurpose data-entry form. -

+Dataforms are Wobjects, so they inherit the properties of both Wobjects and Assets. You +can add additional fields to the DataForm, create multiple tabs, or use the DataForm +as a web form to email gateway. +

Acknowledgment
This message will be displayed to the user after they submit their data.. -

+

Mail entries?
If set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any data entered into the form to a person of your choice. By default the new fields are "Hidden" so that they can't be edited by the user.

NOTE: The "To" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name. -

+

Template
Choose a template for your form. -

+

Email Template
Choose a template for the data that will be sent via email. -

+

Acknowledgment Template
Choose a template that will be used to display the acknowledgment. -

+

List Template
Choose a template that will be used to display the list of stored records in this Data Form. -

|, - lastUpdated => 1101772835, +|, + lastUpdated => 1106779440, }, 'editField-vertical-label' => { @@ -90,63 +93,63 @@ Choose a template that will be used to display the list of stored records in thi }, '72' => { - message => q|You may add as many additional fields to your Data Form as you like. -

+ message => q|

You may add as many additional fields to your Data Form as you like. +

Tab
When the form has multiple tabs, defines which tab of the form that the field is displayed in. Otherwise, all fields are displayed on the same page. -

+

Label
This is an informative text label to let the user know what this field represents. -

+

Subtext
An extension of the label, this is a description of what should go in the field or optional instructions for the field. -

+

Field Name
The name of this field. It must be unique among all of the other fields on your form. -

+

Status
Hidden fields will not be visible to the user, but will be sent in the email. Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user. If you choose Hidden or Displayed, be sure to fill in a Default Value. -

+

Type
Choose the type of form element for this field. This is also used to validate any input that the user may supply. -

+

Width
Set the number of characters wide this form field will be. -

+

Height
Set the number of characters tall this form field will be. Only used on textareas and HTMLAreas. -

+

Align vertical
This property controls whether radio buttons and checklists are laid out horizontally or vertically. -

+

Extras
Here you can enter additional tag properties for the field tag. For instance 'class="myClass"'. -

+

Possible Values
This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line. -

+

Default Value (optional)
Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".

|, - lastUpdated => 1101772844, + lastUpdated => 1106779843, }, '16' => {