344 |
-labels => \%labelMap, |
-labels => \%labelMap, |
345 |
-default => 'string'); |
-default => 'string'); |
346 |
# Allow the user to specify a new field name. This is required if the |
# Allow the user to specify a new field name. This is required if the |
347 |
# user has selected the "(new)" marker. We put a little scriptlet in here that |
# user has selected the "(new)" marker. |
|
# selects the (new) marker when the user enters the field. |
|
|
push @retVal, "<script language=\"javaScript\">"; |
|
348 |
my $fieldField = "document.$name.fieldName"; |
my $fieldField = "document.$name.fieldName"; |
349 |
my $newName = "\"" . NewName() . "\""; |
my $newName = "\"" . NewName() . "\""; |
350 |
push @retVal, $cgi->Tr($cgi->th("New Field Name"), |
push @retVal, $cgi->Tr($cgi->th("New Field Name"), |