<?php
$this->breadcrumbs=array(
	'Conf Porcentajes'=>array('index'),
	$model->id=>array('view','id'=>$model->id),
	'Update',
);

$this->menu=array(
	array('label'=>'List ConfPorcentaje','url'=>array('index')),
	array('label'=>'Create ConfPorcentaje','url'=>array('create')),
	array('label'=>'View ConfPorcentaje','url'=>array('view','id'=>$model->id)),
	array('label'=>'Manage ConfPorcentaje','url'=>array('admin')),
);
?>

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