Macro Template Variables. Body tags in the help are now optional. To skip the body tag, put in an empty string. Updated the Help and the tests to cover that. Updated the Account Macro according to those rules.
31 lines
581 B
Perl
31 lines
581 B
Perl
package WebGUI::i18n::English::Macro_a_account;
|
|
|
|
our $I18N = {
|
|
|
|
'account title' => {
|
|
message => q|Account Macro Template Variables|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'account.url' => {
|
|
message => q|The URL to the account page.|,
|
|
lastUpdated => 1149177662,
|
|
},
|
|
|
|
'account.text' => {
|
|
message => q|The translated label for the account link, or the text that you supply to the macro.|,
|
|
lastUpdated => 1149177662,
|
|
},
|
|
|
|
'46' => {
|
|
message => q|My Account|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'macroName' => {
|
|
message => q|Account|,
|
|
lastUpdated => 1128837060
|
|
},
|
|
};
|
|
|
|
1;
|