Example #1
0
}
?>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="eavattribute_type">
						<?php 
echo JText::_('COM_TIENDA_DATA_TYPE');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo TiendaSelect::attributetype(@$row->eavattribute_type, 'eavattribute_type');
?>
					</td>
				</tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="editable_by">
						<?php 
echo JText::_('COM_TIENDA_EDITABLE_BY');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo TiendaSelect::editableby(@$row->editable_by, 'editable_by');