macro help moved into individual files
This commit is contained in:
parent
bfaf66f854
commit
13dee87a18
86 changed files with 1978 additions and 0 deletions
22
lib/WebGUI/i18n/English/URLEncode.pm
Normal file
22
lib/WebGUI/i18n/English/URLEncode.pm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package WebGUI::i18n::English::URLEncode;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'url encode title' => {
|
||||
message => q|URL Encode Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'url encode body' => {
|
||||
message => q|
|
||||
|
||||
<b>^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: ^URLEncode("Is this my string?");
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue