_view.php 535 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_MZGTALCANCES')); ?>:
	<?php echo GxHtml::link(GxHtml::encode($data->PK_MZGTALCANCES), array('view', 'id' => $data->PK_MZGTALCANCES)); ?>
	<br />

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

</div>