Fixed i18n inside templates. Fixed URL of folder to match asset
This commit is contained in:
parent
21f23bf448
commit
91d4aa3059
3 changed files with 10 additions and 2 deletions
BIN
docs/upgrades/packages-7.9.11/asset_report.wgpkg
Normal file
BIN
docs/upgrades/packages-7.9.11/asset_report.wgpkg
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -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},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue