diff --git a/docs/upgrades/packages-7.6.8/data_list.wgpkg b/docs/upgrades/packages-7.6.8/data_list.wgpkg new file mode 100644 index 000000000..d495b45d5 Binary files /dev/null and b/docs/upgrades/packages-7.6.8/data_list.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/matrix-default-detailed-listing.wgpkg b/docs/upgrades/packages-7.6.8/matrix-default-detailed-listing.wgpkg new file mode 100644 index 000000000..2377ffa7c Binary files /dev/null and b/docs/upgrades/packages-7.6.8/matrix-default-detailed-listing.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/multisearchtmpl0000001.wgpkg b/docs/upgrades/packages-7.6.8/multisearchtmpl0000001.wgpkg new file mode 100644 index 000000000..706ba0f86 Binary files /dev/null and b/docs/upgrades/packages-7.6.8/multisearchtmpl0000001.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_DataForm.pm b/lib/WebGUI/i18n/English/Asset_DataForm.pm index b04dd3fc1..3e5f81961 100644 --- a/lib/WebGUI/i18n/English/Asset_DataForm.pm +++ b/lib/WebGUI/i18n/English/Asset_DataForm.pm @@ -1017,7 +1017,13 @@ be useful, others may not.|, 'Entry ID' => { message => q{Entry ID}, lastUpdated => 1229910550, - context => q{}, + context => q{Unique identifier for this entry. i18n label for template}, + }, + + 'Submission Date' => { + message => q{Submission Date}, + lastUpdated => 1229910550, + context => q{The date that this entry was submitted to the site. i18n label for template}, }, }; diff --git a/lib/WebGUI/i18n/English/Asset_MatrixListing.pm b/lib/WebGUI/i18n/English/Asset_MatrixListing.pm index 314180f46..14e39f917 100644 --- a/lib/WebGUI/i18n/English/Asset_MatrixListing.pm +++ b/lib/WebGUI/i18n/English/Asset_MatrixListing.pm @@ -365,6 +365,25 @@ it would be best to make sure the names are the same.|, lastUpdated => 0, context => q|Description of the fieldType tmpl_var in the attribute_loop for the template help.|, }, + + 'Edit this listing.' => { + message => q|Edit this listing.|, + lastUpdated => 1230269571, + context => q|i18n label for template.|, + }, + + 'Approve this listing.' => { + message => q|Approve this listing.|, + lastUpdated => 1230269571, + context => q|i18n label for template.|, + }, + + 'Delete this listing.' => { + message => q|Delete this listing.|, + lastUpdated => 1230269571, + context => q|i18n label for template.|, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 71fefcd89..9c6e7af2b 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4344,6 +4344,11 @@ Users may override this setting in their profile. context => q|Template label. Used to indicate that a shortened version of the content is currently displayed and that more can be read by clicking a link.| }, + 'For' => { + message => q|For|, + lastUpdated => 1230269893, + }, + }; 1;