export cleanups and mobile style

This commit is contained in:
Graham Knop 2009-05-15 09:30:20 +00:00
parent 93819cda0c
commit 1f3ab6a419
20 changed files with 518 additions and 318 deletions

View file

@ -139,6 +139,13 @@ be useful, others may not.|,
lastUpdated => 1210967539
},
'mobileTemplateId label' => {
message => 'Mobile Template',
},
'mobileTemplateId description' => {
message => 'Choose the template to use if viewing this Page Layout in a mobile browser.',
},
};
1;

View file

@ -115,6 +115,13 @@ is displayed as part of a Layout Asset, the Layout Asset's <b>Style Template</b>
lastUpdated => 1167374430,
},
'mobileStyleTemplateId label' => {
message => 'Mobile Style Template'
},
'mobileStyleTemplateId description' => {
message => q|Select a style template from the list to enclose your asset if it is viewed on a mobile browser|,
},
};
1;

View file

@ -4402,6 +4402,13 @@ Users may override this setting in their profile.
lastUpdated => 1239057119,
},
'mobile style label' => {
message => 'Use Mobile Style',
},
'mobile style description' => {
message => q{Enables displaying using a mobile style template and mobile page layout template. When enabled, the alternate templates are used when the browser's user agent string matches the list set in the config file.},
},
};
1;