hover help for initial setup form

This commit is contained in:
Colin Kuskie 2005-07-29 04:24:16 +00:00
parent 2264a7a2a4
commit f9f90c4a66
2 changed files with 21 additions and 0 deletions

View file

@ -74,16 +74,19 @@ sub www_setup {
-name=>"companyName", -name=>"companyName",
-value=>$session{setting}{companyName}, -value=>$session{setting}{companyName},
-label=>$i18n->get(125), -label=>$i18n->get(125),
-hoverHelp=>$i18n->get('125 description'),
); );
$f->email( $f->email(
-name=>"companyEmail", -name=>"companyEmail",
-value=>$session{setting}{companyEmail}, -value=>$session{setting}{companyEmail},
-label=>$i18n->get(126), -label=>$i18n->get(126),
-hoverHelp=>$i18n->get('126 description'),
); );
$f->url( $f->url(
-name=>"companyURL", -name=>"companyURL",
-value=>$session{setting}{companyURL}, -value=>$session{setting}{companyURL},
-label=>$i18n->get(127), -label=>$i18n->get(127),
-hoverHelp=>$i18n->get('127 description'),
); );
$f->submit; $f->submit;
$output .= $f->print; $output .= $f->print;
@ -110,17 +113,20 @@ sub www_setup {
-name=>"username", -name=>"username",
-value=>$u->username, -value=>$u->username,
-label=>$i18n->get(50), -label=>$i18n->get(50),
-hoverHelp=>$i18n->get('50 setup description'),
); );
$f->text( $f->text(
-name=>"identifier", -name=>"identifier",
-value=>"123qwe", -value=>"123qwe",
-label=>$i18n->get(51), -label=>$i18n->get(51),
-hoverHelp=>$i18n->get('51 description'),
-subtext=>'<div style=\"font-size: 10px;\">('.$i18n->get("password clear text").')</div>' -subtext=>'<div style=\"font-size: 10px;\">('.$i18n->get("password clear text").')</div>'
); );
$f->email( $f->email(
-name=>"email", -name=>"email",
-value=>$u->profileField("email"), -value=>$u->profileField("email"),
-label=>$i18n->get(56), -label=>$i18n->get(56),
-hoverHelp=>$i18n->get('56 description'),
); );
$f->submit; $f->submit;
$output .= $f->print; $output .= $f->print;

View file

@ -610,6 +610,11 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi
lastUpdated => 1122088999, lastUpdated => 1122088999,
}, },
'50 setup description' => {
message => q|The username for your admin account. Defaults to Admin|,
lastUpdated => 1122610919,
},
'84 description groupings' => { '84 description groupings' => {
message => q|The name of the group.|, message => q|The name of the group.|,
lastUpdated => 1122088999, lastUpdated => 1122088999,
@ -728,6 +733,11 @@ to add or remove user from their groups.
lastUpdated => 1031514049 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' => { 'password clear text' => {
message => q|Displayed in clear text so you can ensure you\'ve typed it correctly.|, message => q|Displayed in clear text so you can ensure you\'ve typed it correctly.|,
lastUpdated => 1118942066 lastUpdated => 1118942066
@ -3110,6 +3120,11 @@ Privileges and styles assigned to pages in the package will not be copied when t
lastUpdated => 1031514049 lastUpdated => 1031514049
}, },
'56 description' => {
message => q|The email address for the admin. It can be used to send administrative notices.|,
lastUpdated => 1031514049
},
'499' => { '499' => {
message => q|Wobject ID|, message => q|Wobject ID|,
lastUpdated => 1031514049 lastUpdated => 1031514049