Esempio n. 1
0
                <?php 
echo JHTML::_('grid.sort', 'Word', 'word', @$this->lists['order_Dir'], @$this->lists['order']);
?>
            </th>
			<th  class="title" width="65%" nowrap="nowrap">
				<?php 
echo JHTML::_('grid.sort', 'Description', 'description', @$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 
FSFAdminHelper::LA_Header($this);
?>
		</tr>
    </thead>
    <?php 
$k = 0;
for ($i = 0, $n = count($this->data); $i < $n; $i++) {
    $row =& $this->data[$i];
    $checked = JHTML::_('grid.id', $i, $row->id);
    $link = FSFRoute::x('index.php?option=com_fsf&controller=glossary&task=edit&cid[]=' . $row->id);
    $published = FSF_GetPublishedText($row->published);
    ?>
        <tr class="<?php 
    echo "row{$k}";
    ?>
">