Example #1
0
    echo $item->group_id;
    ?>
">
							<?php 
    echo $item->group_name;
    ?>
						</a>
					</td>
					<td>
						<?php 
    echo $item->plugin;
    ?>
					</td>
					<td>
						<?php 
    echo JHtmlGrid::boolean($i, $item->show_in_list_summary, 'elements.showInListView', 'elements.hideFromListView');
    ?>
					</td>
					<td>
						<?php 
    echo JHtml::_('jgrid.published', $item->published, $i, 'elements.', $canChange);
    ?>
					</td>
					<td class="order">
						<?php 
    if ($saveOrder) {
        ?>
							<?php 
        if ($listDirn == 'asc') {
            ?>
								<span><?php 
Example #2
0
    ?>
</a></span>
				</td>
				<td class="center">
					<?php 
    echo JHtml::_('jgrid.published', $item->published, $i, 'items.', true, 'cb');
    ?>
				</td>
				<td class="center">
					<?php 
    echo JHtmlGrid::boolean($i, $item->featured, 'items.featured', 'items.unfeatured');
    ?>
				</td>
				<td class="center">
					<?php 
    echo JHtmlGrid::boolean($i, $item->available, 'items.available', 'items.inavailable');
    ?>
				</td>
				<td class="order">
						<?php 
    if ($saveOrder) {
        ?>
							<?php 
        if ($listDirn == 'asc') {
            ?>
								<span><?php 
            echo $this->pagination->orderUpIcon($i, $item->cat_id == @$this->items[$i - 1]->cat_id, 'items.orderup', 'JLIB_HTML_MOVE_UP', $ordering);
            ?>
</span>
								<span><?php 
            echo $this->pagination->orderDownIcon($i, $this->pagination->total, $item->cat_id == @$this->items[$i + 1]->cat_id, 'items.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering);