2012-04-24 Vanessa Gil <vanessa.gil@artica.es>

* operation/tree.php: Added units to modules.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6139 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2012-04-24 16:53:11 +00:00
parent 7eefc80401
commit 8fc00b9790
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-04-24 Vanessa Gil <vanessa.gil@artica.es>
* operation/tree.php: Added units to modules.
2012-04-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/sound_events.php, godmode/setup/setup.php: fixed

View File

@ -598,6 +598,10 @@ if (is_ajax ())
echo "</span><span style='margin-left: 20px;'>";
echo $data;
if ($row['unit'] != '') {
echo "&nbsp;";
echo '('.$row['unit'].')';
}
if ($row['utimestamp'] != '') {
echo "&nbsp;";
ui_print_help_tip ($row["timestamp"], '', 'images/clock2.png');