示例#1
0
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');
?>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="eavattribute_required">
						<?php 
echo JText::_('COM_CITRUSCART_REQUIRED');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo CitruscartSelect::btbooleanlist('eavattribute_required', '', $row['eavattribute_required']);