Added: Packing of templates, snippets, and head tags.

This commit is contained in:
Doug Bell 2009-04-30 17:57:26 +00:00
parent 026f7ff47e
commit faca68256c
9 changed files with 233 additions and 5 deletions

View file

@ -1202,6 +1202,18 @@ Couldn't open %-s because %-s <br />
context => q{Admin Console label. Shows the history of assets in this site.},
},
'usePackedHeadTags label' => {
message => q{Use Packed Head Tags},
lastUpdated => 0,
context => q{Label for asset property},
},
'usePackedHeadTags description' => {
message => q{Use the packed version of the head tags for faster downloads},
lastUpdated => 0,
context => q{Description of asset property},
},
};
1;

View file

@ -44,7 +44,17 @@ our $I18N = {
message => q|Allows you to specify the MIME type of this asset when viewed via the web; useful if you'd like to serve CSS, plain text, javascript or other text files directly from the WebGUI asset system. Defaults to <b>text/html</b>.|,
lastUpdated => 1130880372,
},
'usePacked label' => {
message => q{Use Packed},
lastUpdated => 0,
context => "Label for asset property",
},
'usePacked description' => {
message => q{Use the packed version of this snippet for faster downloading.},
lastUpdated => 0,
context => 'Description of asset property',
},
};
1;

View file

@ -298,6 +298,17 @@ Any scratch variables will be available in the template with this syntax:<br/>
context => q{Label for URL to make a duplicate and open the duplicate's edit screen},
},
'usePacked label' => {
message => q{Use Packed Template},
lastUpdated => 0,
context => q{Label for asset property},
},
'usePacked description' => {
message => q{Use the packed version of this template for faster downloads},
lastUpdated => 0,
context => q{Description of asset property},
},
};
1;