fixed: User List- Missing Hover Help
This commit is contained in:
parent
14724cbbef
commit
99eb45695a
3 changed files with 13 additions and 0 deletions
|
|
@ -170,6 +170,8 @@ sub definition {
|
|||
defaultValue=>'UserListTmpl0000001',
|
||||
namespace=>'UserList',
|
||||
tab=>"display",
|
||||
hoverHelp=>$i18n->get("template description"),
|
||||
label=>$i18n->get("template label"),
|
||||
},
|
||||
|
||||
showGroupId=>{
|
||||
|
|
|
|||
|
|
@ -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.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue