Skip to content

Commit

Permalink
Dev Fixed original string
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 18, 2012
1 parent b4e4e29 commit e12bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/adminmenu.php
Expand Up @@ -28,7 +28,7 @@
<a href="<?php echo $this->createUrl("admin/user/index"); ?>">
<img src='<?php echo $sImageURL;?>security.png' alt='<?php $clang->eT("Manage survey administrators");?>' width='<?php echo $iconsize;?>' height='<?php echo $iconsize;?>'/></a>
<a href="<?php echo $this->createUrl("admin/usergroups/index"); ?>">
<img src='<?php echo $sImageURL;?>usergroup.png' alt='<?php $clang->eT("Create/edit groups");?>' width='<?php echo $iconsize;?>' height='<?php echo $iconsize;?>'/></a>
<img src='<?php echo $sImageURL;?>usergroup.png' alt='<?php $clang->eT("Create/edit user groups");?>' width='<?php echo $iconsize;?>' height='<?php echo $iconsize;?>'/></a>
<?php
if(Yii::app()->session['USER_RIGHT_CONFIGURATOR'] == 1)
{ ?>
Expand Down

0 comments on commit e12bec3

Please sign in to comment.