示例#1
0
        </tr>
    </table>

    <table class="adminlist table table-striped table-bordered">
        <thead>
            <tr class="filterline">
                <th>
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                </th>
                <th>
                </th>
                <th>
                    <?php 
echo CitruscartSelect::downloadableproduct(JFactory::getUser()->id, $state->filter_product_id, 'filter_product_id', $attribs);
?>
                </th>
                <th>
                </th>
            </tr>
            <tr>
                <th style="width: 50px;">
                </th>
                <th style="width: 200px; text-align: left;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_FILE', "filename", $state->direction, $state->order);
?>
                </th>
                <th style="width: 200px;">
                    <?php