} ?> </td> </tr> <tr> <td width="100" align="right" class="key"> <label for="eavattribute_type"> <?php echo JText::_('COM_CITRUSCART_DATA_TYPE'); ?> : </label> </td> <td> <?php echo CitruscartSelect::attributetype($row['eavattribute_type'], 'eavattribute_type'); ?> </td> </tr> <tr> <td width="100" align="right" class="key"> <label for="editable_by"> <?php echo JText::_('COM_CITRUSCART_EDITABLE_BY'); ?> : </label> </td> <td> <?php echo CitruscartSelect::editableby($row['editable_by'], 'editable_by');