webgui/lib/WebGUI/i18n/English/Macro_Spacer.pm
2005-04-05 17:45:35 +00:00

24 lines
482 B
Perl

package WebGUI::i18n::English::Macro_Spacer;
our $I18N = {
'spacer title' => {
message => q|Spacer Macro|,
lastUpdated => 1112466408,
},
'spacer body' => {
message => q|
<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>
<i>Example:</i> &#94;Spacer("100","50");
<p>
|,
lastUpdated => 1112466919,
},
};
1;