diff --git a/lib/WebGUI/Operation/WebGUI.pm b/lib/WebGUI/Operation/WebGUI.pm index 57d1b22e7..d5b7050d3 100644 --- a/lib/WebGUI/Operation/WebGUI.pm +++ b/lib/WebGUI/Operation/WebGUI.pm @@ -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=>'
('.$i18n->get("password clear text").')
' ); $f->email( -name=>"email", -value=>$u->profileField("email"), -label=>$i18n->get(56), + -hoverHelp=>$i18n->get('56 description'), ); $f->submit; $output .= $f->print; diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index c0b66fea7..05daa3d2c 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -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