示例#1
0
?>
" class="key hasTip" style="width: 100px; text-align: right;">
						<?php 
echo JText::_('COM_CITRUSCART_TYPE');
?>
:
					</td>
					<td>
					<?php 
echo CitruscartSelect::credittype($row->credittype_code, 'credittype_code');
?>
						<?php 
if (isset($row->credittype)) {
    ?>
						<?php 
    echo CitruscartSelect::credittype($row->credittype_code, 'credittype_code');
    ?>
						<?php 
}
?>
					</td>
				</tr>
                <tr>
                    <td style="width: 100px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_CITRUSCART_ENABLED');
?>
:
                    </td>
                    <td>
                    	<?php