<?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 de aporte del patrono</h2>

<?php echo $this->renderPartial('_formPatrono', array('model'=>$model)); ?>