fixed some data entry bugs.

This commit is contained in:
JT Smith 2003-05-25 17:36:20 +00:00
parent 3d7d8dc0a7
commit 3ce64fc0d5
5 changed files with 27 additions and 23 deletions

View file

@ -582,6 +582,12 @@ delete from international where languageId=1 and namespace='WebGUI' and internat
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (977,1,'WebGUI','Is secondary admin?', 1053803387,'A flag indicating whether the users has secondary administrative privileges for this group.');
delete from international where languageId=1 and namespace='WebGUI' and internationalId=978;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (978,1,'WebGUI','User added successfully.', 1053804577,'A message used after secondary admin adds a user successfully.');
delete from international where languageId=1 and namespace='DataForm' and internationalId=85;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (85,1,'DataForm','One per line.', 1053855146,'Telling the user to add one entry per line.');
delete from international where languageId=1 and namespace='DataForm' and internationalId=72;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (72,1,'DataForm','You may add as many additional fields to your Data Form as you like.\r\n<br><br>\r\n\r\n<b>Label</b><br>\r\nThis is an informative text label to let the user know what this field represents.\r\n<p>\r\n\r\n<b>Field Name</b><br>\r\nThe name of this field. It must be unique among all of the other fields on your form.\r\n<p>\r\n\r\n<b>Subtext</b><br>\r\nAn extension of the label, this is a description of what should go in the field or optional instructions for the field.\r\n<p>\r\n\r\n<b>Status</b><br>\r\nHidden 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.\r\nIf you choose Hidden or Displayed, be sure to fill in a Default Value.\r\n<p>\r\n\r\n<b>Type</b><br>\r\nChoose the type of form element for this field. \r\n<p>\r\n\r\n<b>Width</b><br>\r\nSet the number of characters wide this field will be.\r\n<p>\r\n\r\n<b>Height</b><br>\r\nSet the number of characters tall this field will be. Only used on textarea and HTMLArea.\r\n<p>\r\n\r\n<b>Possible Values</b><br>\r\nThis field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.\r\n<p>\r\n\r\n<b>Default Value (optional)</b><br>\r\nEnter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".\r\n<p>\r\n\r\n', 1053855075,NULL);
delete from international where languageId=1 and namespace='DataForm' and internationalId=25;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (25,1,'DataForm','Default Value(s)', 1053855043,NULL);