Ejemplo n.º 1
0
echo JText::_('HEAD_POINT_SYSTEM');
?>
</legend>
<table class="admintable">

	<tr>
		<td width="140" align="right" class="key"><span><?php 
echo JHTML::tooltip(JTEXT::_('TOOLTIP_SETTING_POINT_SYSTEM'), JTEXT::_('TOOLTIP_SETTING_POINT_SYSTEM_TITLE'), '', JTEXT::_('POINT_SYSTEM'));
?>
</span>
        </td>
		<td>
		<?php 
$arr = array();
array_push($arr, JHTML::_('select.option', "no", JText::_("No")));
foreach (EnmasseHelper::pointSystemList() as $key => $value) {
    array_push($arr, JHTML::_('select.option', $value, JText::_($value)));
}
echo JHTML::_('select.genericlist', $arr, 'point_system_class', null, 'value', 'text', $row->point_system_class);
?>
		
		</td>
	</tr>
</table>

</fieldset>

<!-- ---------------- End - AlphaUserPoint ---------------- -->

<!-- ---------------- Start - Buy without registration ---------------- -->