27 lines
485 B
Perl
27 lines
485 B
Perl
package WebGUI::i18n::English::Macro_StyleSheet;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Style Sheet|,
|
|
lastUpdated => 1128919083,
|
|
},
|
|
|
|
'style sheet title' => {
|
|
message => q|Style Sheet Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'style sheet body' => {
|
|
message => q|
|
|
|
|
<b>^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;
|