Changes between Initial Version and Version 1 of Ticket #6367


Ignore:
Timestamp:
Oct 28, 2021, 4:07:43 AM (3 years ago)
Author:
Langbart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6367 – Description

    initial v1  
    44
    55[[Image(ticket:6367:health.jpg, 600px, center)]]
     6
     7In Alpha XV - Osiris (19/Dec/13 - 14386) the `Health` was shown as text above the bar.
     8[[Image(ticket:6367:XV.jpg, 600px, center)]]
     9
     10In Alpha XVI - Patañjali ( 23/Jun/14 - 15148) the `Health` disappeard.
     11[[Image(ticket:6367:XVI.jpg, 600px, center)]]
     12
     13
     14The change came with [14954] the line was changed to a tooltip, but this tooltip never shows up.\\
     15\\
     16
     17**OLD**
     18
     19{{{
     20<object size="0 0 100% 16" name="healthLabel" type="text" style="StatsTextLeft" ghost="true">Health:</object>
     21}}}
     22
     23**NEW**
     24{{{
     25<object size="0 0 100% 16" name="healthLabel" type="text" style="StatsTextLeft" ghost="true">
     26  <translatableAttribute id="tooltip">Health:</translatableAttribute>
     27</object>
     28}}}