From beaaf02efc16b0f13107ff73b222cc3f64a73775 Mon Sep 17 00:00:00 2001 From: messerbill Date: Tue, 3 Jun 2014 15:47:50 +0200 Subject: [PATCH] backend todo styling update --- sai/modules/saimod_sys_todo/saimod_sys_todo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sai/modules/saimod_sys_todo/saimod_sys_todo.php b/sai/modules/saimod_sys_todo/saimod_sys_todo.php index 572e1e6..a701e69 100644 --- a/sai/modules/saimod_sys_todo/saimod_sys_todo.php +++ b/sai/modules/saimod_sys_todo/saimod_sys_todo.php @@ -9,7 +9,7 @@ class saimod_sys_todo extends \SYSTEM\SAI\SaiModule { } else { $res = $con->query('SELECT * FROM system_todo LEFT JOIN system_user ON system_todo.author = system_user.ID ORDER BY state, time DESC;'); } - $result = '
'. + $result = '

ToDo


'. ''.''.''.''.''.''.''.''.''.''; while($row = $res->next()){ $result .= ''.
'.'Time ago'.''.'Time'.''.'Reporttype'.''.'Message'.''.'Author'.''.'Volunteers'.''.'State'.''.'Action'.'