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

22 lines
544 B
Perl

package WebGUI::i18n::English::Macro_URLEncode;
our $I18N = {
'url encode title' => {
message => q|URL Encode Macro|,
lastUpdated => 1112466408,
},
'url encode body' => {
message => q|
<b>&#94;URLEncode();</b><br>
This macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It's syntax looks like this: &#94;URLEncode("Is this my string?");
<p>
|,
lastUpdated => 1112466919,
},
};
1;