doc update, add label for deleting all user entries
This commit is contained in:
parent
bc3be32b22
commit
04c0c8a542
1 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ our $I18N = {
|
||||||
lastUpdated => 1057208065
|
lastUpdated => 1057208065
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'91' => {
|
||||||
|
message => q|Delete all entries.|,
|
||||||
|
lastUpdated => 1110780333,
|
||||||
|
},
|
||||||
|
|
||||||
'21' => {
|
'21' => {
|
||||||
message => q|Field Name|,
|
message => q|Field Name|,
|
||||||
lastUpdated => 1031514049
|
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.
|
A conditional indicating whether the current user has the privileges to edit this Data Form.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<b>entryId</b>
|
||||||
|
The ID of the current entry being viewed. This variable is undefined
|
||||||
|
unless the user can edit the Data Form (<b>canEdit</b> it true).
|
||||||
|
<p>
|
||||||
|
|
||||||
<b>form.start</b> !<br>
|
<b>form.start</b> !<br>
|
||||||
The beginning of the form.
|
The beginning of the form.
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue