diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-14 11:37:34 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-14 11:37:34 +0000 |
commit | 2ab9d78444374d55a45b63a1693f5194a7baae60 (patch) | |
tree | 78e13a96e6d56367c931cff8f17fd89d2a4266a8 /h-source/Application/Views/Special/modactions.php | |
parent | 120b3fbf51b0844b1bc4a4de876ddb6ac567279d (diff) |
moderators can now see all the actions carried out by users - part 1
Diffstat (limited to 'h-source/Application/Views/Special/modactions.php')
-rw-r--r-- | h-source/Application/Views/Special/modactions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Special/modactions.php b/h-source/Application/Views/Special/modactions.php index d3d535f..36aee20 100644 --- a/h-source/Application/Views/Special/modactions.php +++ b/h-source/Application/Views/Special/modactions.php @@ -23,7 +23,7 @@ <div id="left"> <div class="position_tree_box"> - <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » <a href="<?php echo $this->baseUrl."/my/home/$lang/$token";?>"><?php echo gtext('panel');?></a> » moderators' actions + <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » <a href="<?php echo $this->baseUrl."/my/home/$lang/$token";?>"><?php echo gtext('panel');?></a> » list of actions </div> <div class="contrib_explain_box"> @@ -38,7 +38,7 @@ <td class="simpleText">TYPE</td> <td class="simpleText">OBJECT ID</td> <td class="simpleText text_item_date">DATE</td> - <td class="simpleText">MOTIVATION</td> + <td class="simpleText">NOTE</td> </tr> <?php foreach ($table as $row) { ?> <tr class="listRow"> |