<?php
$this->breadcrumbs=array(
	'Aporte Voluntarios'=>array('index'),
	$model->id,
);

$this->menu=array(
	array('label'=>'List AporteVoluntario','url'=>array('index')),
	array('label'=>'Create AporteVoluntario','url'=>array('create')),
	array('label'=>'Update AporteVoluntario','url'=>array('update','id'=>$model->id)),
	array('label'=>'Delete AporteVoluntario','url'=>'#','linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Are you sure you want to delete this item?')),
	array('label'=>'Manage AporteVoluntario','url'=>array('admin')),
);
?>

<h1>View AporteVoluntario #<?php echo $model->id; ?></h1>

<?php $this->widget('bootstrap.widgets.TbDetailView',array(
	'data'=>$model,
	'attributes'=>array(
		'id',
		'id_asociado',
		'id_banco_destino',
		'cuenta_destino',
		'referencia',
		'fecha_pago',
		'fecha_registro',
		'id_aportante',
		'monto',
		'id_txt_integrado',
		'blnborrado',
	),
)); ?>
