示例#1
0
" size="5" class="input input-tiny" />
                        </div>
                    </div>
                </th>
                <th style="text-align: left;">
                	<input id="filter_name" name="filter_name" value="<?php 
//echo $state->filter_name;
?>
" size="15"/>
                	<?php 
echo CitruscartSelect::shippingtype($state->filter_shippingtype, 'filter_shippingtype', $attribs, 'shippingtype', true);
?>
                </th>
                <th>
                    <?php 
echo CitruscartSelect::taxclass($state->filter_taxclass, 'filter_taxclass', $attribs, 'taxclass', true, false);
?>
                </th>
                <th>
    	            <?php 
echo CitruscartSelect::booleans($state->filter_enabled, 'filter_enabled', $attribs, 'enabled', true, 'COM_CITRUSCART_ENABLED_STATE');
?>
                </th>
            </tr>
			<tr>
				<th colspan="20" style="font-weight: normal;">
					<div style="float: right; padding: 5px;"><?php 
echo $this->pagination->getResultsCounter();
?>
</div>
					<div style="float: left;"><?php 
示例#2
0
                        <?php 
    }
    ?>
                    </div>
                </td>
            </tr>
            <?php 
}
?>
            <tr>
                <td class="dsc-key"><?php 
echo JText::_('COM_CITRUSCART_TAX_CLASS');
?>
:</td>
                <td><?php 
echo CitruscartSelect::taxclass($row->tax_class_id, 'tax_class_id', '', 'tax_class_id', false);
?>
                </td>
            </tr>
            <tr>
                <td class="dsc-key"><?php 
echo JText::_('COM_CITRUSCART_CHECK_PRODUCT_INVENTORY');
?>
:</td>
                <td><?php 
echo CitruscartSelect::btbooleanlist('product_check_inventory', '', $row->product_check_inventory);
?>
                </td>
            </tr>