aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/top_left.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-06-09 06:17:26 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-06-09 06:17:26 +0000
commitd4ba6fb5cbbd5bf1e040be516009afd68d954571 (patch)
treea48232edecc202269269fb16f38039e6f6cf8642 /h-source/Application/Views/top_left.php
parent3e63edf93ce77bae2891d1d0e5552768453e8404 (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.php3
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>