Esempio n. 1
0
                <th style="width: 100px;">
                    <?php 
echo DSCGrid::sort('Menu Itemid', "tbl.itemid", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo DSCGrid::sort('Order', "tbl.ordering", @$state->direction, @$state->order);
?>
    	            <?php 
echo JHTML::_('grid.order', @$items);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo DSCGrid::sort('Enabled', "tbl.enabled", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                    <div class="range">
                        <div class="rangeline">
                            <span class="label"><?php 
echo JText::_("From");
?>
:</span> <input id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Esempio n. 2
0
echo DSCGrid::sort('ID', 'tbl.product_id', @$state->direction, @$state->order);
?>
			</th>
			<th style="width:50px;">
				<?php 
echo JText::_('COM_TIENDA_IMAGE');
?>
			</th>
			<th class="title">
				<?php 
echo DSCGrid::sort('Name', 'tbl.product_name', @$state->direction, @$state->order);
?>
			</th>
			<th class="title">
				<?php 
echo DSCGrid::sort('Description', 'tbl.product_description', @$state->direction, @$state->order);
?>
			</th>
		</tr>
	</thead>
	<tfoot>
		<tr>
			<td colspan="15"><?php 
echo $page->getListFooter();
?>
</td>
		</tr>
	</tfoot>
	<tbody>
	<?php 
$k = 0;
Esempio n. 3
0
    <table class="adminlist" cellspacing="1">
        <thead>
            <tr>
                <th style="width: 5px;">
                    <?php 
echo JText::_("Num");
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo DSCGrid::sort('ID', "tbl." . $keyname, $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo DSCGrid::sort(ucfirst($title_key), "tbl." . $title_key, $state->direction, $state->order);
?>
                </th>
            </tr>
        </thead>
        <tfoot>
        <tr>
            <td colspan="15">
                <?php 
echo $this->pagination->getListFooter();
?>
            </td>
        </tr>
        </tfoot>
        <tbody>
        <?php