diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-21 17:11:25 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-21 17:11:25 +0000 |
commit | 7d5c4370ef18072c936cde31b095f207056bc06b (patch) | |
tree | 8c97bae28126f6dafe2e3f5506e611a65dbf0caf /h-source/Application/Views/talk.php | |
parent | 2c3856df1196c92db2cf7e76f8d523f9bdd44177 (diff) |
no public notice is left where a message is deleted by a moderator
Diffstat (limited to 'h-source/Application/Views/talk.php')
-rw-r--r-- | h-source/Application/Views/talk.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/h-source/Application/Views/talk.php b/h-source/Application/Views/talk.php index 6ae3bca..d0872f4 100644 --- a/h-source/Application/Views/talk.php +++ b/h-source/Application/Views/talk.php @@ -66,10 +66,11 @@ </div> <?php } else { ?> - - <div class="talk_message_item_hidden"> + + <?php if ($ismoderator) { ?> + <div class="talk_message_item_hidden"> this message has been deleted - <?php if ($ismoderator) { ?> + <a id="<?php echo $message['talk']['id_talk'];?>" class="show_talk hide_general" href="<?php echo $this->baseUrl."/home/index/$lang";?>"><img src="<?php echo $this->baseUrl;?>/Public/Img/Crystal/button_ok.png">make visible</a> <!--view details--> @@ -91,9 +92,10 @@ </div> </div> - <?php } ?> + </div> - + <?php } ?> + <?php } ?> <?php } ?> |