コード例 #1
0
ファイル: default.php プロジェクト: annggeel/tienda
        </tr>
    </table>

    <table class="adminlist" style="clear: both;" >
        <thead>
            <tr class="filterline">
                <th>
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                </th>
                <th>
                </th>
                <th>
                    <?php 
echo TiendaSelect::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 TiendaGrid::sort('COM_TIENDA_FILE', "filename", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 200px;">
                    <?php