Revision d481bd7c
Added by Phil Davis almost 10 years ago
src/usr/local/www/pkg_mgr_installed.php | ||
---|---|---|
217 | 217 |
<i class="icon-large icon-info-sign"></i> = Information, |
218 | 218 |
<i class="icon-large icon-retweet"></i> = Reinstall. |
219 | 219 |
<br /> |
220 |
<font color="blue"><?=gettext("Blue")?></font> = <?=gettext("Newer version available")?> |
|
220 |
<font color="blue"><?=gettext("Blue package name")?></font> = <?=gettext("Newer version available")?>
|
|
221 | 221 |
</span> |
222 | 222 |
</div> |
223 | 223 |
|
Also available in: Unified diff
Explain which thing is blue
On the installed packages table, the Version column version number has a hyper-link to the package changelog. That appears blue all the time. It is when the package name in the "Name" column is blue that there is a newer version available.
If you can think of some other way to make this clear without writing so much, then go for it.