diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-10 20:27:11 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-10 20:27:11 +0000 |
commit | 82d1fce1124a497dc1b78cf88dbc29e2eb1f6ae5 (patch) | |
tree | 4fdbc2b52e74d4d4f8f706190d889b299174293f /h-source/Application/Views/My | |
parent | 51e075bda53a612cdd793c4ca3d082323c1bd479 (diff) |
administrators can now see the list of pages that have to be approved
Diffstat (limited to 'h-source/Application/Views/My')
-rw-r--r-- | h-source/Application/Views/My/panel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Views/My/panel.php b/h-source/Application/Views/My/panel.php index 9c6424a..0f50f36 100644 --- a/h-source/Application/Views/My/panel.php +++ b/h-source/Application/Views/My/panel.php @@ -38,6 +38,7 @@ <ul> <li><a href="<?php echo Url::getRoot('special/adminactions/'.$lang);?>"><?php echo gtext("Actions carried out by administrators");?></a></li> <li><a href="<?php echo Url::getRoot('special/deleted/'.$lang);?>"><?php echo gtext("List of hidden device pages");?></a></li> + <li><a href="<?php echo Url::getRoot('special/notapproved/'.$lang);?>"><?php echo gtext("Device pages that have to be approved");?></a></li> </ul> </div> <?php } ?> |