示例#1
0
" class="input-small" />
                        </div>
                        <div class="rangeline">
                            <span class="label label-success"><?php 
echo JText::_('COM_CITRUSCART_TO');
?>
:</span> <input id="filter_total_to" name="filter_total_to" value="<?php 
echo $state->filter_total_to;
?>
"  class="input-small" />
                        </div>
                    </div>
                </th>
                <th>
                	<?php 
echo CitruscartSelect::paymentType($state->filter_type, 'filter_type', $attribs = array('class' => 'input-small'));
?>
                </th>
                <th>
                    <input id="filter_transaction" name="filter_transaction" value="<?php 
echo $state->filter_transaction;
?>
" class="input-small"/>
                </th>
            </tr>
			<tr>
				<th colspan="20" style="font-weight: normal;">
					<div style="float: right; padding: 5px;"><?php 
echo $this->pagination->getResultsCounter();
?>
</div>