2014-02-11 Sergio Martin <sergio.martin@artica.es>

* mobile/operation/events.php: Inverse the order
	of the shown events to show them from newer to older



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9429 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2014-02-11 16:59:30 +00:00
parent ca2e2a4132
commit 452c0096cf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-02-11 Sergio Martin <sergio.martin@artica.es>
* mobile/operation/events.php: Inverse the order
of the shown events to show them from newer to older
2014-02-11 Sergio Martin <sergio.martin@artica.es>
* mobile/index.php

View File

@ -924,7 +924,7 @@ class Events {
}
else {
$.each(data.events, function(key, event) {
$(\"table#\"+table_id+\" tbody\").append(
$(\"table#\"+table_id+\" tbody\").prepend(
\"<tr class='events \" + event[2] + \"'>\" +
\"<td class='cell_0'>\" +
event[0] +