fixed: User List- Missing Hover Help

This commit is contained in:
Yung Han Khoe 2008-06-23 16:18:51 +00:00
parent 14724cbbef
commit 99eb45695a
3 changed files with 13 additions and 0 deletions

View file

@ -170,6 +170,8 @@ sub definition {
defaultValue=>'UserListTmpl0000001',
namespace=>'UserList',
tab=>"display",
hoverHelp=>$i18n->get("template description"),
label=>$i18n->get("template label"),
},
showGroupId=>{

View file

@ -25,6 +25,16 @@ our $I18N = {
message => q|The ID of the template used to display the UserList Asset.|,
lastUpdated => 1168897708,
},
'template label' => {
message => q|UserList Template|,
lastUpdated => 1168897708,
},
'template description' => {
message => q|Choose a template for this UserList.|,
lastUpdated => 1168897708,
},
'showGroupId' => {
message => q|Only users that are in this group will be shown.|,