27 lines
548 B
Perl
27 lines
548 B
Perl
package WebGUI::i18n::English::Macro_Spacer;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Spacer|,
|
|
lastUpdated => 1128919040,
|
|
},
|
|
|
|
'spacer title' => {
|
|
message => q|Spacer Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'spacer body' => {
|
|
message => q|
|
|
<p><b>^Spacer(<i>"width"</i>,<i>"height"</i>);</b><br />
|
|
Create a spacer in your layout. Great for creating blocks of color with divs and tables. It takes two parameters, width and height.
|
|
</p>
|
|
<p><i>Example:</i> ^Spacer("100","50");
|
|
</p>
|
|
|,
|
|
lastUpdated => 1146608671,
|
|
},
|
|
};
|
|
|
|
1;
|