From 04c0c8a542682562ce56f769e3a62e4fbbf516d4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 14 Mar 2005 05:58:17 +0000 Subject: [PATCH] doc update, add label for deleting all user entries --- lib/WebGUI/i18n/English/DataForm.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/WebGUI/i18n/English/DataForm.pm b/lib/WebGUI/i18n/English/DataForm.pm index 0d3d5e3e6..19abd19de 100644 --- a/lib/WebGUI/i18n/English/DataForm.pm +++ b/lib/WebGUI/i18n/English/DataForm.pm @@ -6,6 +6,11 @@ our $I18N = { lastUpdated => 1057208065 }, + '91' => { + message => q|Delete all entries.|, + lastUpdated => 1110780333, + }, + '21' => { message => q|Field Name|, lastUpdated => 1031514049 @@ -234,6 +239,11 @@ Enter the default value (if any) for the field. For Yes/No fields, enter "yes" A conditional indicating whether the current user has the privileges to edit this Data Form.

+entryId +The ID of the current entry being viewed. This variable is undefined +unless the user can edit the Data Form (canEdit it true). +

+ form.start !
The beginning of the form.