<?php
/* @var $this AportesFunerarioController */
/* @var $data AportesFunerario */
?>

<div class="view">

	<b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b>
	<?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('idtrabajador')); ?>:</b>
	<?php echo CHtml::encode($data->idtrabajador); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('idunidad')); ?>:</b>
	<?php echo CHtml::encode($data->idunidad); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('aporte')); ?>:</b>
	<?php echo CHtml::encode($data->aporte); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('blnborrado')); ?>:</b>
	<?php echo CHtml::encode($data->blnborrado); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('fecharegistro')); ?>:</b>
	<?php echo CHtml::encode($data->fecharegistro); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('usuario_registro')); ?>:</b>
	<?php echo CHtml::encode($data->usuario_registro); ?>
	<br />

	<?php /*
	<b><?php echo CHtml::encode($data->getAttributeLabel('id_dato_txt_funerario')); ?>:</b>
	<?php echo CHtml::encode($data->id_dato_txt_funerario); ?>
	<br />

	*/ ?>

</div>