hover help for initial setup form
This commit is contained in:
parent
2264a7a2a4
commit
f9f90c4a66
2 changed files with 21 additions and 0 deletions
|
|
@ -74,16 +74,19 @@ sub www_setup {
|
|||
-name=>"companyName",
|
||||
-value=>$session{setting}{companyName},
|
||||
-label=>$i18n->get(125),
|
||||
-hoverHelp=>$i18n->get('125 description'),
|
||||
);
|
||||
$f->email(
|
||||
-name=>"companyEmail",
|
||||
-value=>$session{setting}{companyEmail},
|
||||
-label=>$i18n->get(126),
|
||||
-hoverHelp=>$i18n->get('126 description'),
|
||||
);
|
||||
$f->url(
|
||||
-name=>"companyURL",
|
||||
-value=>$session{setting}{companyURL},
|
||||
-label=>$i18n->get(127),
|
||||
-hoverHelp=>$i18n->get('127 description'),
|
||||
);
|
||||
$f->submit;
|
||||
$output .= $f->print;
|
||||
|
|
@ -110,17 +113,20 @@ sub www_setup {
|
|||
-name=>"username",
|
||||
-value=>$u->username,
|
||||
-label=>$i18n->get(50),
|
||||
-hoverHelp=>$i18n->get('50 setup description'),
|
||||
);
|
||||
$f->text(
|
||||
-name=>"identifier",
|
||||
-value=>"123qwe",
|
||||
-label=>$i18n->get(51),
|
||||
-hoverHelp=>$i18n->get('51 description'),
|
||||
-subtext=>'<div style=\"font-size: 10px;\">('.$i18n->get("password clear text").')</div>'
|
||||
);
|
||||
$f->email(
|
||||
-name=>"email",
|
||||
-value=>$u->profileField("email"),
|
||||
-label=>$i18n->get(56),
|
||||
-hoverHelp=>$i18n->get('56 description'),
|
||||
);
|
||||
$f->submit;
|
||||
$output .= $f->print;
|
||||
|
|
|
|||
|
|
@ -610,6 +610,11 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi
|
|||
lastUpdated => 1122088999,
|
||||
},
|
||||
|
||||
'50 setup description' => {
|
||||
message => q|The username for your admin account. Defaults to Admin|,
|
||||
lastUpdated => 1122610919,
|
||||
},
|
||||
|
||||
'84 description groupings' => {
|
||||
message => q|The name of the group.|,
|
||||
lastUpdated => 1122088999,
|
||||
|
|
@ -728,6 +733,11 @@ to add or remove user from their groups.
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'51 description' => {
|
||||
message => q|The password for the admin account. Do not forget to change this from the default!|,
|
||||
lastUpdated => 1122611044
|
||||
},
|
||||
|
||||
'password clear text' => {
|
||||
message => q|Displayed in clear text so you can ensure you\'ve typed it correctly.|,
|
||||
lastUpdated => 1118942066
|
||||
|
|
@ -3110,6 +3120,11 @@ Privileges and styles assigned to pages in the package will not be copied when t
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'56 description' => {
|
||||
message => q|The email address for the admin. It can be used to send administrative notices.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'499' => {
|
||||
message => q|Wobject ID|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue