Huge amount of ISA work for Assets (as opposed to Wobjects).

Bug fix for toolbar button rows that do not go away when all buttons
are deselected.
This commit is contained in:
Colin Kuskie 2006-12-23 23:58:51 +00:00
parent 224b2c08d1
commit 93288c8332
20 changed files with 518 additions and 71 deletions

View file

@ -111,6 +111,41 @@ our $I18N = {
lastUpdated => 1165517718
},
'file template asset var title' => {
message => q|File Template, Asset Variables|,
lastUpdated => 1130456105,
},
'file template asset var body' => {
message => q|<p>The following variables are available in File Templates. They may or may not be useful.</p>
|,
lastUpdated => 1166824158,
},
'cacheTimeout' => {
message => q|The length of time set for the cache timeout.
|,
lastUpdated => 1166824158,
},
'filename var' => {
message => q|The name of the file this Asset holds. It does not include the path to the file.
|,
lastUpdated => 1166824158,
},
'storageId' => {
message => q|The ID of the WebGUI storage element used to store the file.
|,
lastUpdated => 1166824158,
},
'templateId' => {
message => q|The ID of the template used to display the file.
|,
lastUpdated => 1166824158,
},
};
1;