add: L_LoginBox macro has a form.returnUrl template var that returns a user to the exact page they logged in from
103 lines
2.2 KiB
Perl
103 lines
2.2 KiB
Perl
package WebGUI::i18n::English::Macro_L_loginBox;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Login Box|,
|
|
lastUpdated => 1128839093,
|
|
},
|
|
|
|
'login box title' => {
|
|
message => q|Login Box Macro Template Variables|,
|
|
lastUpdated => 1184709750,
|
|
},
|
|
|
|
'user.isVisitor' => {
|
|
message => q|True if the user is a visitor.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'hello.label' => {
|
|
message => q|Internationalized welcome message.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'customText' => {
|
|
message => q|The text supplied to the macro to display if the user is logged in. In general, this is used instead of the <b>logout.label</b> and <b>logout.url</b> variables.|,
|
|
lastUpdated => 1158340176,
|
|
},
|
|
|
|
'account.display.url' => {
|
|
message => q|URL to display the account.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'logout.label' => {
|
|
message => q|Internationalized logout message.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'form.header' => {
|
|
message => q|Form header.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'username.label' => {
|
|
message => q|Internationalized label for "username".|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'username.form' => {
|
|
message => q|Form element for the username.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'password.label' => {
|
|
message => q|Internationalized label for "password".|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'password.form' => {
|
|
message => q|Form element for the password.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'form.login' => {
|
|
message => q|Action to perform when logging in.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'account.create.url' => {
|
|
message => q|URL to create an account.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'account.create.label' => {
|
|
message => q|Internationalized label for "create an account"|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'form.footer' => {
|
|
message => q|Form footer.|,
|
|
lastUpdated => 1148963673,
|
|
},
|
|
|
|
'48' => {
|
|
message => q|Hello|,
|
|
lastUpdated => 1031514049,
|
|
},
|
|
|
|
'49' => {
|
|
message => q|Click here to log out.|,
|
|
lastUpdated => 1031514049,
|
|
},
|
|
|
|
'helpvar form.returnUrl' => {
|
|
message => 'When this hidden form element is present, the user will be
|
|
returned to the current page after they login',
|
|
lastUpdated => 0,
|
|
},
|
|
};
|
|
|
|
1;
|