rfe #9353: Welcome message template
This commit is contained in:
parent
e252edb507
commit
b8d4eac3ca
8 changed files with 76 additions and 16 deletions
|
|
@ -65,7 +65,7 @@ our $I18N = {
|
|||
'account activation template title' => {
|
||||
message => q|WebGUI Authentication Account Activation Mail Template|,
|
||||
lastUpdated => 1230600500,
|
||||
context => q|The title of the help page for the webgui auth welcome message template.|,
|
||||
context => q|The title of the help page for the webgui auth account activition mail template.|,
|
||||
},
|
||||
|
||||
'account activation template' => {
|
||||
|
|
@ -84,7 +84,33 @@ our $I18N = {
|
|||
message => q|The url to activate the newly created account.|,
|
||||
lastUpdated => 1230600500,
|
||||
},
|
||||
|
||||
|
||||
'welcome message template title' => {
|
||||
message => q|WebGUI Authentication Welcome Message Template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the help page for the webgui auth welcome message template.|,
|
||||
},
|
||||
|
||||
'welcome message template' => {
|
||||
message => q|Welcome Message Template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label for the 'welcome message template' field on the Authentication tab of the Settings
|
||||
screen.|,
|
||||
},
|
||||
|
||||
'welcome message template help' => {
|
||||
message => q|Select a template for the welcome message that is sent to new users.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The description of the 'welcome message template' field on the Authentication tab of the
|
||||
Settings screen, displayed as hoverhelp.|,
|
||||
},
|
||||
|
||||
'welcomeMessage' => {
|
||||
message => q|The welcome message as defined in the authentication settings.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the welcomeMessage tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'use captcha' => {
|
||||
message => q|Use captcha image?|,
|
||||
lastUpdated => 1078852836
|
||||
|
|
@ -764,6 +790,12 @@ our $I18N = {
|
|||
message => 'Username of registering user',
|
||||
},
|
||||
|
||||
'newUser_password' => {
|
||||
message => q|The password for the newly created account.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the newUser_password tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue