From 99eb45695a3c85ffccd2dd9e5b0a9fc9f1f159ae Mon Sep 17 00:00:00 2001 From: Yung Han Khoe Date: Mon, 23 Jun 2008 16:18:51 +0000 Subject: [PATCH] fixed: User List- Missing Hover Help --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Wobject/UserList.pm | 2 ++ lib/WebGUI/i18n/English/Asset_UserList.pm | 10 ++++++++++ 3 files changed, 13 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 16ef4633b..1c4c8e431 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Asset/Wobject/UserList.pm b/lib/WebGUI/Asset/Wobject/UserList.pm index d194606a4..d15a27d70 100644 --- a/lib/WebGUI/Asset/Wobject/UserList.pm +++ b/lib/WebGUI/Asset/Wobject/UserList.pm @@ -170,6 +170,8 @@ sub definition { defaultValue=>'UserListTmpl0000001', namespace=>'UserList', tab=>"display", + hoverHelp=>$i18n->get("template description"), + label=>$i18n->get("template label"), }, showGroupId=>{ diff --git a/lib/WebGUI/i18n/English/Asset_UserList.pm b/lib/WebGUI/i18n/English/Asset_UserList.pm index 7ec61da45..d2e591ab5 100644 --- a/lib/WebGUI/i18n/English/Asset_UserList.pm +++ b/lib/WebGUI/i18n/English/Asset_UserList.pm @@ -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.|,