setup for hover help
This commit is contained in:
parent
4c8ff049cc
commit
3015b7877b
1 changed files with 4 additions and 0 deletions
|
|
@ -410,19 +410,23 @@ sub www_editGrouping {
|
||||||
$f->readOnly(
|
$f->readOnly(
|
||||||
-value => $u->username,
|
-value => $u->username,
|
||||||
-label => WebGUI::International::get(50),
|
-label => WebGUI::International::get(50),
|
||||||
|
-hoverHelp => WebGUI::International::get('50 description'),
|
||||||
);
|
);
|
||||||
$f->readOnly(
|
$f->readOnly(
|
||||||
-value => $g->name,
|
-value => $g->name,
|
||||||
-label => WebGUI::International::get(84),
|
-label => WebGUI::International::get(84),
|
||||||
|
-hoverHelp => WebGUI::International::get('84 description'),
|
||||||
);
|
);
|
||||||
$f->date(
|
$f->date(
|
||||||
-name => "expireDate",
|
-name => "expireDate",
|
||||||
-label => WebGUI::International::get(369),
|
-label => WebGUI::International::get(369),
|
||||||
|
-hoverHelp => WebGUI::International::get('369 description'),
|
||||||
-value => WebGUI::Grouping::userGroupExpireDate($session{form}{uid},$session{form}{gid}),
|
-value => WebGUI::Grouping::userGroupExpireDate($session{form}{uid},$session{form}{gid}),
|
||||||
);
|
);
|
||||||
$f->yesNo(
|
$f->yesNo(
|
||||||
-name=>"groupAdmin",
|
-name=>"groupAdmin",
|
||||||
-label=>WebGUI::International::get(977),
|
-label=>WebGUI::International::get(977),
|
||||||
|
-hoverHelp=>WebGUI::International::get('977 description'),
|
||||||
-value=>WebGUI::Grouping::userGroupAdmin($session{form}{uid},$session{form}{gid})
|
-value=>WebGUI::Grouping::userGroupAdmin($session{form}{uid},$session{form}{gid})
|
||||||
);
|
);
|
||||||
$f->submit;
|
$f->submit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue