webgui/lib/WebGUI/i18n/English/StyleSheet.pm
2005-04-03 07:39:56 +00:00

22 lines
416 B
Perl

package WebGUI::i18n::English::StyleSheet;
our $I18N = {
'style sheet title' => {
message => q|Style Sheet Macro|,
lastUpdated => 1112466408,
},
'style sheet body' => {
message => q|
<b>&#94;StyleSheet();</b><br>
This macro allows you to set a cascading style sheet in the head section of the page. Just pass in the URL to the CSS file.
<p>
|,
lastUpdated => 1112466919,
},
};
1;