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:
parent
7eefc80401
commit
8fc00b9790
|
@ -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
|
||||
|
|
|
@ -598,6 +598,10 @@ if (is_ajax ())
|
|||
|
||||
echo "</span><span style='margin-left: 20px;'>";
|
||||
echo $data;
|
||||
if ($row['unit'] != '') {
|
||||
echo " ";
|
||||
echo '('.$row['unit'].')';
|
||||
}
|
||||
if ($row['utimestamp'] != '') {
|
||||
echo " ";
|
||||
ui_print_help_tip ($row["timestamp"], '', 'images/clock2.png');
|
||||
|
|
Loading…
Reference in New Issue