Skip to content

Commit

Permalink
Fixed issue #11501: Profile dialog not properly styled - now merged w…
Browse files Browse the repository at this point in the history
…ith user preferences
  • Loading branch information
c-schmitz committed Jul 27, 2016
1 parent ecb21be commit 5d763ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion application/controllers/admin/useraction.php
Expand Up @@ -680,7 +680,6 @@ public function personalsettings()
'full_name'=> Yii::app()->request->getPost('fullname'),
'email'=> Yii::app()->request->getPost('email')
);
$sPassword=Yii::app()->request->getPost('password');
if (Yii::app()->request->getPost('password')!='')
{
if (Yii::app()->request->getPost('password')==Yii::app()->request->getPost('repeatpassword'))
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/user/personalsettings.php
Expand Up @@ -13,7 +13,7 @@
<?php echo CHtml::textField('username', $sUsername,array('class'=>'form-control','readonly'=>'readonly')); ?>
</div>
<div class="col-sm-3">
<span class='annotation'><?php eT("The user name cannot be changed."); ?></span>
<span class='text-info'><?php eT("The user name cannot be changed."); ?></span>
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit 5d763ca

Please sign in to comment.