Exemple #1
0
?>

	<?php 
echo $form->passwordFieldRow($model, 'passwd', array('maxlength' => 41));
?>

	<?php 
echo $form->textFieldRow($model, 'email', array('maxlength' => 255));
?>

        <?php 
echo $form->dropDownListRow($model, 'language', CHtml::listData(Language::model()->findAll(), 'id', 'name'));
?>

        <?php 
echo $form->dropDownListRow($model, 'timezone', Timezone::makeList());
?>
        
        <?php 
//echo $form->textFieldRow($model,'theme');
?>
        <div class="form-actions">
		<?php 
$this->widget('bootstrap.widgets.TbButton', array('buttonType' => 'submit', 'type' => 'primary', 'label' => Yii::t('app', 'Create')));
?>
	</div>
        
   <?php 
$this->endWidget();
//*/
?>