diff --git a/docs/upgrades/packages-7.9.11/asset_report.wgpkg b/docs/upgrades/packages-7.9.11/asset_report.wgpkg new file mode 100644 index 000000000..7795f4a50 Binary files /dev/null and b/docs/upgrades/packages-7.9.11/asset_report.wgpkg differ diff --git a/docs/upgrades/packages-7.9.11/pb_asset_report.wgpkg b/docs/upgrades/packages-7.9.11/pb_asset_report.wgpkg deleted file mode 100644 index a40bfb28d..000000000 Binary files a/docs/upgrades/packages-7.9.11/pb_asset_report.wgpkg and /dev/null differ diff --git a/lib/WebGUI/i18n/English/Asset_AssetReport.pm b/lib/WebGUI/i18n/English/Asset_AssetReport.pm index 08d9c73bf..5f2dae14a 100644 --- a/lib/WebGUI/i18n/English/Asset_AssetReport.pm +++ b/lib/WebGUI/i18n/English/Asset_AssetReport.pm @@ -55,13 +55,21 @@ our $I18N = { lastUpdated => 0, context => q|Description of the asset_loop tmpl_loop for the template help.| }, - 'asset_info' => { message => q|General Asset information returned for the asset. See WebGUI Asset Template Help for more details.|, lastUpdated => 0, context => q|Description of the asset_loop tmpl_loop for the template help.| }, - + 'creation_date' => { + message => q{Creation Date}, + lastUpdate => 1226174619, + context => q{Label for Creation Date inside template}, + }, + 'created_by' => { + message => q{Created By}, + lastUpdate => 1226174619, + context => q{Label for Created By inside template}, + }, };