aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/My
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/My')
-rw-r--r--h-source/Application/Views/My/panel.php6
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 006869f..44f159e 100644
--- a/h-source/Application/Views/My/panel.php
+++ b/h-source/Application/Views/My/panel.php
@@ -26,6 +26,12 @@
<a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; panel
</div>
+ <?php if ($isBlocked) { ?>
+ <div class="moderator_box">
+ Your account has been blocked by a moderator of the website. You can neither insert/modify devices nor submit new issues or messages until some other moderator un-block your account.
+ </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>