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

@ -10,6 +10,7 @@
robust, moved from Asset->update to Asset->fixUrl.
- fixed: Time tracker can't post time once it's been posted.
- fixed: Shop: Product asset- image not showing
- fixed: User List- Missing Hover Help (Yung Han Khoe)
7.5.13
- fixed: storage locations for some assets in packages not imported correctly

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.|,