aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-24 16:09:01 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-24 16:09:01 +0000
commite3e68a82efa932d4d3168ff365fb15c0c1fdfc00 (patch)
tree6c7a07bfdb5e0d0725727f2bb82776a479c33c81 /h-source/Application/Views
parent158ff22512cc4eaddacc596c1ddee8d4a8fb2b9d (diff)
alert notice for anonymous users
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/license_notice.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/h-source/Application/Views/license_notice.php b/h-source/Application/Views/license_notice.php
index 85f5420..856ca6b 100644
--- a/h-source/Application/Views/license_notice.php
+++ b/h-source/Application/Views/license_notice.php
@@ -23,4 +23,9 @@
<div class="top_licence_notice">
<div><b><?php echo gtext("License information");?>:</b></div>
<?php echo License::getSubmissionNotice();?>
- </div> \ No newline at end of file
+ </div>
+ <?php if ($islogged === 'no') { ?>
+ <div class="not_logged_license">
+ <?php echo gtext("You are not a registered user or you have not logged in. Your contribution won't be published until an administrator approves it. If you want your contributions to be automatically published please log in or create an account.");?>
+ </div>
+ <?php } ?> \ No newline at end of file