Make a hexadecimal version of the assetId available for templates.

This commit is contained in:
Colin Kuskie 2009-10-23 13:22:21 -07:00
parent 8a0b6ac3e6
commit f715630a7b
2 changed files with 18 additions and 6 deletions

View file

@ -1088,6 +1088,16 @@ Couldn't open %-s because %-s <br />
lastUpdated => 1100463645,
},
'assetId' => {
message => q|The unique identifier for this Asset, in base64 encoding.|,
lastUpdated => 1256327617,
},
'assetIdHex' => {
message => q|The unique identifier for this Asset, in hexadecimal format.|,
lastUpdated => 1256327617,
},
'title' => {
message => q|The title of the Asset|,
lastUpdated => 1160773957,