fixed: User List- Missing Hover Help
This commit is contained in:
parent
14724cbbef
commit
99eb45695a
3 changed files with 13 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
robust, moved from Asset->update to Asset->fixUrl.
|
robust, moved from Asset->update to Asset->fixUrl.
|
||||||
- fixed: Time tracker can't post time once it's been posted.
|
- fixed: Time tracker can't post time once it's been posted.
|
||||||
- fixed: Shop: Product asset- image not showing
|
- fixed: Shop: Product asset- image not showing
|
||||||
|
- fixed: User List- Missing Hover Help (Yung Han Khoe)
|
||||||
|
|
||||||
7.5.13
|
7.5.13
|
||||||
- fixed: storage locations for some assets in packages not imported correctly
|
- fixed: storage locations for some assets in packages not imported correctly
|
||||||
|
|
|
||||||
|
|
@ -170,6 +170,8 @@ sub definition {
|
||||||
defaultValue=>'UserListTmpl0000001',
|
defaultValue=>'UserListTmpl0000001',
|
||||||
namespace=>'UserList',
|
namespace=>'UserList',
|
||||||
tab=>"display",
|
tab=>"display",
|
||||||
|
hoverHelp=>$i18n->get("template description"),
|
||||||
|
label=>$i18n->get("template label"),
|
||||||
},
|
},
|
||||||
|
|
||||||
showGroupId=>{
|
showGroupId=>{
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,16 @@ our $I18N = {
|
||||||
message => q|The ID of the template used to display the UserList Asset.|,
|
message => q|The ID of the template used to display the UserList Asset.|,
|
||||||
lastUpdated => 1168897708,
|
lastUpdated => 1168897708,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'template label' => {
|
||||||
|
message => q|UserList Template|,
|
||||||
|
lastUpdated => 1168897708,
|
||||||
|
},
|
||||||
|
|
||||||
|
'template description' => {
|
||||||
|
message => q|Choose a template for this UserList.|,
|
||||||
|
lastUpdated => 1168897708,
|
||||||
|
},
|
||||||
|
|
||||||
'showGroupId' => {
|
'showGroupId' => {
|
||||||
message => q|Only users that are in this group will be shown.|,
|
message => q|Only users that are in this group will be shown.|,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue