webgui/lib/WebGUI/i18n/English/Macro_Spacer.pm
2006-05-02 23:00:56 +00:00

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>&#94;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> &#94;Spacer("100","50");
</p>
|,
lastUpdated => 1146608671,
},
};
1;