Beispiel #1
0
echo JHTML::_('grid.sort', 'Title', 'title', @$this->lists['order_Dir'], @$this->lists['order']);
?>
            </th>
            <th>
                <?php 
echo JHTML::_('grid.sort', 'Image', 'image', @$this->lists['order_Dir'], @$this->lists['order']);
?>
            </th>
			<th width="1%" nowrap="nowrap">
				<?php 
echo JHTML::_('grid.sort', 'Published', 'published', @$this->lists['order_Dir'], @$this->lists['order']);
?>
			</th>
<!--  -->
			<?php 
FSTAdminHelper::LA_Header($this, true);
?>
             <th width="<?php 
echo FSTJ3Helper::IsJ3() ? '130px' : '8%';
?>
">
				<?php 
echo JHTML::_('grid.sort', 'Order', 'ordering', @$this->lists['order_Dir'], @$this->lists['order']);
?>
				<?php 
if ($ordering) {
    echo JHTML::_('grid.order', $this->data);
}
?>
			</th>
		</tr>