ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002096ClearOSapp-base - Base Systempublic2014-12-30 14:302015-04-28 13:43
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version7.1.0 Beta 1 
Target Version7.1.0 Beta 1Fixed in Version7.1.0 Beta 1 
Summary0002096: Re-implement tooltip in new theme
DescriptionBonus: Would be nice if more than one could be supported.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0001328)
bchambers (administrator)
2014-12-30 15:44

Tool tip field in info.php can now be an array...eg...1 tooltip:

$app['tooltip'] = lang('disk_usage_app_tooltip');

More than one:

$app['tooltip'] = array(
  lang('disk_usage_app_tooltip'),
  lang('disk_usage_app_tooltip_some_other_tag'),
  lang('disk_usage_app_tooltip_even_more_tags)
);

Theme will display a string by itself, or format array formatted with
  • tags

    - Issue History
    Date Modified Username Field Change
    2014-12-30 14:30 bchambers New Issue
    2014-12-30 14:30 bchambers Status new => assigned
    2014-12-30 14:30 bchambers Assigned To => bchambers
    2014-12-30 15:41 bchambers Status assigned => acknowledged
    2014-12-30 15:41 bchambers Status acknowledged => resolved
    2014-12-30 15:41 bchambers Fixed in Version => 7.1.0 Beta 1
    2014-12-30 15:41 bchambers Resolution open => fixed
    2014-12-30 15:44 bchambers Note Added: 0001328
    2015-04-28 13:43 user2 Status resolved => closed