<?php
/* @var $this ConfHaberesAsociadoController */
/* @var $model ConfHaberesAsociado */

$this->breadcrumbs=array(
	'Conf Haberes Asociados'=>array('index'),
	'Create',
);

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

<h3 class="text-center"> Registrar congifuraci&oacute;n de haberes del socio</h3>

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