diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-04 16:08:32 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-04 16:08:32 +0000 |
commit | b64ea63443e33fc070298c0130461c834de342bc (patch) | |
tree | 12ddddc2c060b6916c6e8ed921a73a03c64d0f1e /h-source/Application/Views/My | |
parent | 498e38bfaecf95b1f854c63c5d15d57f4b34ea89 (diff) |
moderators can now consult the list of actions carried out by other moderators
Diffstat (limited to 'h-source/Application/Views/My')
-rw-r--r-- | h-source/Application/Views/My/panel.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/h-source/Application/Views/My/panel.php b/h-source/Application/Views/My/panel.php index 44f159e..b5cc35e 100644 --- a/h-source/Application/Views/My/panel.php +++ b/h-source/Application/Views/My/panel.php @@ -32,6 +32,12 @@ </div> <?php } ?> + <?php if ($ismoderator) { ?> + <div class="moderator_panel_link"> + watch all the <a href="<?php echo Url::getRoot('moderators/actions/'.$lang);?>">moderators' actions</a> + </div> + <?php } ?> + <ul class='panelApplicationList'> <li><a href="<?php echo Url::getRoot('meet/user/'.$lang.'/'.$username);?>">Watch your public profile</a></li> <li><a href="<?php echo Url::getRoot('my/profile/'.$lang.'/'.$token);?>">Edit your profile</a></li> |