Skip to content

Commit

Permalink
Fixed issue #9532: Standard user is not able to change his password, …
Browse files Browse the repository at this point in the history
…email or fullname
  • Loading branch information
Aestu committed Feb 19, 2015
1 parent a03aed8 commit 5639125
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions application/views/admin/super/adminmenu.php
Expand Up @@ -25,13 +25,9 @@
<img src='<?php echo $sImageURL;?>blank.gif' alt='' width='11' />
<img src='<?php echo $sImageURL;?>separator.gif' id='separator1' class='separator' alt='' />

<?php
if(Permission::model()->hasGlobalPermission('users','read'))
{?>
<a href="<?php echo $this->createUrl("admin/user/sa/index"); ?>">
<img src='<?php echo $sImageURL;?>security.png' alt='<?php $clang->eT("Manage survey administrators");?>' width='<?php echo $iconsize;?>' height='<?php echo $iconsize;?>'/></a>
<?php
};
if(Permission::model()->hasGlobalPermission('usergroups','read'))
{?>
<a href="<?php echo $this->createUrl("admin/usergroups/sa/index"); ?>">
Expand Down

0 comments on commit 5639125

Please sign in to comment.