Adding Asset History content manager.

This commit is contained in:
Colin Kuskie 2009-03-12 05:08:03 +00:00
parent 17c4fdbe0c
commit 8cbf232e72
6 changed files with 352 additions and 0 deletions

View file

@ -1190,6 +1190,12 @@ Couldn't open %-s because %-s <br />
context => q{Asset Manager label, as in "locked by admin"},
},
'assetHistory' => {
message => q{Asset History},
lastUpdated => 0,
context => q{Admin Console label. Shows the history of assets in this site.},
},
};
1;