示例#1
0
			<td>
				<?php 
echo J2Html::text('group_name', $this->item->group_name, array('class' => 'required'));
?>
			</td>
		</tr>
		<tr>
			<td valign="top" align="right" class="key">
				<?php 
echo JText::_('J2STORE_OPTION_STATE');
?>
:
			</td>
			<td>
				<?php 
echo J2StoreHelperSelect::publish('enabled', $this->item->enabled);
?>
			</td>
		</tr>
	</table>

</fieldset>
<fieldset id="filter-value">
	<div class="row-fluid">
		<div class="span9">
			<legend><h3><?php 
echo JText::_('J2STORE_ADD_NEW_PRODUCT_FILTER_VALUES');
?>
</h3></legend>
				<table id="pFilerValue" class="list table table-bordered table-stripped">
		          <thead>