<?
if(!Yii::app()->user->checkAccess('3')){
<div class="row_float comments">
<?php echo $form->labelEx($model,'comments'); ?>
<?php echo $form->textArea($model,'comments',array('rows'=>3, 'cols'=>60)); ?>
<?php echo $form->error($model,'comments'); ?>
</div>
}
?>