diff --git a/docs/upgrades/packages-7.7.0/matrix-default-detailed-listing.wgpkg b/docs/upgrades/packages-7.7.0/matrix-default-detailed-listing.wgpkg new file mode 100644 index 000000000..e0df045a6 Binary files /dev/null and b/docs/upgrades/packages-7.7.0/matrix-default-detailed-listing.wgpkg differ diff --git a/docs/upgrades/packages-7.7.0/matrix-default-view-template.wgpkg b/docs/upgrades/packages-7.7.0/matrix-default-view-template.wgpkg new file mode 100644 index 000000000..15e25687b Binary files /dev/null and b/docs/upgrades/packages-7.7.0/matrix-default-view-template.wgpkg differ diff --git a/lib/WebGUI/Help/Asset_MatrixListing.pm b/lib/WebGUI/Help/Asset_MatrixListing.pm index 7c181b970..fe9a4e073 100644 --- a/lib/WebGUI/Help/Asset_MatrixListing.pm +++ b/lib/WebGUI/Help/Asset_MatrixListing.pm @@ -14,6 +14,10 @@ our $HELP = { }, ], variables => [ + { 'name' => 'canEdit' }, + { 'name' => 'editUrl' }, + { 'name' => 'canApprove' }, + { 'name' => 'approveOrDenyUrl' }, { 'name' => 'screenshots' }, { 'name' => 'emailForm' }, { 'name' => 'emailSent' }, diff --git a/lib/WebGUI/i18n/English/Asset_MatrixListing.pm b/lib/WebGUI/i18n/English/Asset_MatrixListing.pm index bc8d19bdd..17ae29de9 100644 --- a/lib/WebGUI/i18n/English/Asset_MatrixListing.pm +++ b/lib/WebGUI/i18n/English/Asset_MatrixListing.pm @@ -44,6 +44,11 @@ fields below.|, lastUpdated => 0, }, + 'edit label' => { + message => q|Edit|, + lastUpdated => 0, + }, + 'version description' => { message => q|Enter the version/edition/model number for the product.|, lastUpdated => 0, @@ -221,6 +226,30 @@ it would be best to make sure the names are the same.|, context => q|Description of the form tmpl_var for the template help.|, }, + 'canEdit' => { + message => q|A boolean indicating whether the user can edit this listing.|, + lastUpdated => 0, + context => q|Description of the screenshots tmpl_var for the template help.|, + }, + + 'editUrl' => { + message => q|The url to this listing's edit screen.|, + lastUpdated => 0, + context => q|Description of the screenshots tmpl_var for the template help.|, + }, + + 'canApprove' => { + message => q|A boolean indicating whether the user can approve or deny this listing.|, + lastUpdated => 0, + context => q|Description of the screenshots tmpl_var for the template help.|, + }, + + 'approveOrDenyUrl' => { + message => q|The url to this listing's approve or deny screen.|, + lastUpdated => 0, + context => q|Description of the screenshots tmpl_var for the template help.|, + }, + 'screenshots' => { message => q|This listings screenshots displayed using the ukplayer.|, lastUpdated => 0,