fix bad hoverhelp and labels in WeatherData asset
This commit is contained in:
parent
898fcc91d4
commit
f4a7c0488e
2 changed files with 5 additions and 4 deletions
|
|
@ -38,6 +38,7 @@
|
|||
- Fixed #8962: Wrong mime-type used for json data
|
||||
- Added: WebGUI::Pluggable find() and findAndLoad() for easier module loading
|
||||
- Added RFE #327: Select All button to class list in Search asset
|
||||
- Fixed #8984: Weather Asset missing hoverhelp
|
||||
|
||||
7.6.1
|
||||
- changed: the list of extensions for the export system to pass through
|
||||
|
|
|
|||
|
|
@ -49,16 +49,16 @@ sub definition {
|
|||
fieldType => "text",
|
||||
tab => "properties",
|
||||
defaultValue => undef,
|
||||
hoverHelp => "partnerId help",
|
||||
label => "partnerId",
|
||||
hoverHelp => $i18n->get("partnerId help"),
|
||||
label => $i18n->get("partnerId"),
|
||||
subtext => '<a href="http://www.weather.com/services/xmloap.html">'.$i18n->get("you need a weather.com key").'</a>',
|
||||
},
|
||||
licenseKey => {
|
||||
fieldType => "text",
|
||||
tab => "properties",
|
||||
defaultValue => undef,
|
||||
hoverHelp => "licenseKey help",
|
||||
label => "licenseKey",
|
||||
hoverHelp => $i18n->get("licenseKey help"),
|
||||
label => $i18n->get("licenseKey"),
|
||||
},
|
||||
templateId =>{
|
||||
fieldType=>"template",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue