diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-09 06:17:26 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-09 06:17:26 +0000 |
commit | d4ba6fb5cbbd5bf1e040be516009afd68d954571 (patch) | |
tree | a48232edecc202269269fb16f38039e6f6cf8642 /h-source/Application/Views/top_left.php | |
parent | 3e63edf93ce77bae2891d1d0e5552768453e8404 (diff) |
administrators can now see the deleted pages
Diffstat (limited to 'h-source/Application/Views/top_left.php')
-rw-r--r-- | h-source/Application/Views/top_left.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Views/top_left.php b/h-source/Application/Views/top_left.php index e547f08..42e621f 100644 --- a/h-source/Application/Views/top_left.php +++ b/h-source/Application/Views/top_left.php @@ -45,6 +45,9 @@ <!--view details--> <div class="show_hidden_box_ext"> <div class="md_type">device</div> + <?php if ($isDeleted) { ?> + <a class="hidden_message_view_page" href="<?php echo $this->baseUrl."/home/index/$lang";?>"><?php echo gtext("see the page");?></a> | + <?php } ?> <a id="<?php echo $id_hard;?>" class="hidden_message_view_details" href="<?php echo $this->baseUrl."/home/index/$lang";?>">view details</a> <div class="details_of_hidden_message"> <div class="moderation_details_box"></div> |