diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-05-28 15:28:35 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-05-28 15:28:35 +0000 |
commit | 054086b33dad4c4f7089cf2ebf0f52eed1d7a023 (patch) | |
tree | d78d83a895e239b3495e9ac52ecee0107b2a2f61 /h-source/Application/Views/Desktop/Special | |
parent | 7097598d5576ba5e9391b43f26bfc037c08d61c3 (diff) |
administrators can now view the actions of a single user in a compact format
Diffstat (limited to 'h-source/Application/Views/Desktop/Special')
-rw-r--r-- | h-source/Application/Views/Desktop/Special/modactions.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/h-source/Application/Views/Desktop/Special/modactions.php b/h-source/Application/Views/Desktop/Special/modactions.php index 4539aee..43c7a44 100644 --- a/h-source/Application/Views/Desktop/Special/modactions.php +++ b/h-source/Application/Views/Desktop/Special/modactions.php @@ -42,6 +42,17 @@ <td class="simpleText">NOTE</td> <?php } ?> </tr> + <tr> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <?php if (strcmp($this->action,'usersactions') !== 0) { ?> + <td> </td> + <?php } ?> + </tr> <?php foreach ($table as $row) { ?> <tr class="listRow"> <td class="simpleText"> |