diff --git a/lib/WebGUI/Help/Asset_SQLForm.pm b/lib/WebGUI/Help/Asset_SQLForm.pm index 790985a40..208dd4fa8 100644 --- a/lib/WebGUI/Help/Asset_SQLForm.pm +++ b/lib/WebGUI/Help/Asset_SQLForm.pm @@ -346,6 +346,20 @@ our $HELP = { 'edit record template' => { title => 'edit template help title', body => 'edit template help', + isa => [ + { + namespace => "Asset_SQLForm", + tag => "sql form asset template variables" + }, + { + namespace => "Asset_Template", + tag => "template variables" + }, + { + namespace => "Asset", + tag => "asset template" + }, + ], variables => [ { 'name' => 'showFieldsDefined' @@ -522,10 +536,24 @@ our $HELP = { }, ], }, - + 'search record template' => { title => 'search template help title', body => 'search template help', + isa => [ + { + namespace => "Asset_SQLForm", + tag => "sql form asset template variables" + }, + { + namespace => "Asset_Template", + tag => "template variables" + }, + { + namespace => "Asset", + tag => "asset template" + }, + ], variables => [ { 'name' => 'completeForm' @@ -598,6 +626,60 @@ our $HELP = { ], }, + 'sql form asset template variables' => { + title => 'sql form asset template variables title', + body => 'sql form asset template variables body', + isa => [ + { + namespace => "Asset_Wobject", + tag => "wobject template variables" + }, + ], + fields => [ + ], + variables => [ + { + 'name' => 'formId' + }, + { + 'name' => 'tableName' + }, + { + 'name' => 'maxFileSize' + }, + { + 'name' => 'sendMailTo' + }, + { + 'name' => 'showMetaData' + }, + { + 'name' => 'searchTemplateId' + }, + { + 'name' => 'editTemplateId' + }, + { + 'name' => 'submitGroupId' + }, + { + 'name' => 'alterGroupId' + }, + { + 'name' => 'databaseLinkId' + }, + { + 'name' => 'defaultView' + }, + ], + related => [ + { + tag => 'article add/edit', + namespace => 'Asset_Article' + }, + ] + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_SQLForm.pm b/lib/WebGUI/i18n/English/Asset_SQLForm.pm index 1a34aecfb..5461e0c11 100644 --- a/lib/WebGUI/i18n/English/Asset_SQLForm.pm +++ b/lib/WebGUI/i18n/English/Asset_SQLForm.pm @@ -827,10 +827,10 @@ not possible ta add fields. Please add at least one field type by going to|, }, 'gef table name description' => { - message => q|
This is the name the table you want to attach -should get in the database, or if you want to attach the SQLForm to an existing + message => q|
This is the name the table you want to create +create in the database, or if you want to attach the SQLForm to an existing table, the name of that table.
|, - lastUpdated => 0, + lastUpdated => 1169508646, }, 'gef database to use' => { @@ -1527,6 +1527,73 @@ the table.|, lastUpdated => 0, }, + 'sql form asset template variables title' => { + message => q|SQLForm Asset Template Variables|, + lastUpdated => 1164841146 + }, + + 'sql form asset template variables body' => { + message => q|Every asset provides a set of variables to most of its +templates based on the internal asset properties. Some of these variables may +be useful, others may not.|, + lastUpdated => 1164841201 + }, + + 'formId' => { + message => q|This variable will always be empty.|, + lastUpdated => 1169508478 + }, + + 'tableName' => { + message => q|The name of the table in the database that will be used.|, + lastUpdated => 1169508478 + }, + + 'maxFileSize' => { + message => q|The maximum size of files that will be uploaded in this SQLForm.|, + lastUpdated => 1169508478 + }, + + 'sendMailTo' => { + message => q|The email address of the person who will be notified via email every time a row is added or edited.|, + lastUpdated => 1169508478 + }, + + 'showMetaData' => { + message => q|A conditional indicating whether or not record meta data will be shown in search results.|, + lastUpdated => 1169508478 + }, + + 'searchTemplateId' => { + message => q|The ID of the template used to display the search interface to the user.|, + lastUpdated => 1169508478 + }, + + 'editTemplateId' => { + message => q|The ID of the template used to display the editing and viewing interface to the user|, + lastUpdated => 1169508478 + }, + + 'submitGroupId' => { + message => q|The ID of the group allowed to add, edit, delete and restore rows, but not to purge them.|, + lastUpdated => 1169508478 + }, + + 'alterGroupId' => { + message => q|This variable will always be false.|, + lastUpdated => 1169508478 + }, + + 'databaseLinkId' => { + message => q|The ID of the WebGUI Database Link to use.|, + lastUpdated => 1169508478 + }, + + 'defaultView' => { + message => q|A conditional that indicates whether the normal or advanced search interface will be used.|, + lastUpdated => 1169508478 + }, + };