示例#1
0
                        <div class="rangeline">
                            <span class="label label-warning"><?php 
echo JText::_('COM_CITRUSCART_TO');
?>
:</span>
                            <?php 
echo JHTML::calendar($state->filter_date_to, "filter_date_to", "filter_date_to", '%Y-%m-%d 00:00:00');
?>
                        </div>
                        <div class="rangeline">
                            <span class="label label-info"><?php 
echo JText::_('COM_CITRUSCART_TYPE');
?>
:</span>
                            <?php 
echo CitruscartSelect::datetype($state->filter_datetype, 'filter_datetype', '', 'datetype');
?>
                        </div>
                    </div>
                </th>
                <th style="text-align: left;" colspan="2">
                	<input id="filter_user" name="filter_user" type="text" value="<?php 
echo $state->filter_user;
?>
" size="25" placeholder="<?php 
echo JText::_('COM_CITRUSCART_CUSTOMER');
?>
"/>
                </th>
                <th>
                    <div class="range">
示例#2
0
                        <div class="rangeline">
                            <span class="label label-warning"><?php 
echo JText::_('COM_CITRUSCART_TO');
?>
:</span>
                            <?php 
echo JHTML::calendar($state->filter_date_to, "filter_date_to", "filter_date_to", '%Y-%m-%d %H:%M:%S', array('class' => 'input-small'));
?>
                        </div>
                        <div class="rangeline">
                            <span class="label label-success"><?php 
echo JText::_('COM_CITRUSCART_TYPE');
?>
:</span>
                            <?php 
echo CitruscartSelect::datetype($state->filter_datetype, 'filter_datetype', array('class' => 'input-small'), 'datetype');
?>
                        </div>
                    </div>
                </th>
                <th>
                    <?php 
echo CitruscartSelect::booleans($state->filter_enabled, 'filter_enabled', array('class' => 'input-small'), 'filter_enabled', true);
?>
                </th>
                <th>
                    <?php 
echo CitruscartSelect::booleans($state->filter_withdraw, 'filter_withdraw', array('class' => 'input-small'), 'filter_withdraw', true);
?>
                </th>
            </tr>