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>
|
2012-04-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/events/sound_events.php, godmode/setup/setup.php: fixed
|
* 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 "</span><span style='margin-left: 20px;'>";
|
||||||
echo $data;
|
echo $data;
|
||||||
|
if ($row['unit'] != '') {
|
||||||
|
echo " ";
|
||||||
|
echo '('.$row['unit'].')';
|
||||||
|
}
|
||||||
if ($row['utimestamp'] != '') {
|
if ($row['utimestamp'] != '') {
|
||||||
echo " ";
|
echo " ";
|
||||||
ui_print_help_tip ($row["timestamp"], '', 'images/clock2.png');
|
ui_print_help_tip ($row["timestamp"], '', 'images/clock2.png');
|
||||||
|
|
Loading…
Reference in New Issue