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

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

<h1>Update ReporteHaberes <?php echo $model->cedula; ?></h1>

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