_view.php 563 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<div class="view">

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

	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTTIPOSEVENTOS_DESCRIPCION')); ?>:
	<?php echo GxHtml::encode($data->MZGTTIPOSEVENTOS_DESCRIPCION); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTTIPOSEVENTOS_CODIGO')); ?>:
	<?php echo GxHtml::encode($data->MZGTTIPOSEVENTOS_CODIGO); ?>
	<br />

</div>