<?php
$this->breadcrumbs=array(
	'Conf Porcentajes'=>array('index'),
	'Create',
);

$this->menu=array(
	array('label'=>'List ConfPorcentaje','url'=>array('index')),
	array('label'=>'Manage ConfPorcentaje','url'=>array('admin')),
);
?>

<h2 style="text-align: center">Registrar porcentaje del <?php echo ($model->trabajador)?'asociado':'patrono'?></h2>
<?php echo $this->renderPartial(($model->trabajador)?'_form':'_formPatrono',array('model'=>$model)); ?>