Exemplo n.º 1
0
								<td><?php 
        echo EHtmlGrid::lockedWithIcons($checkedout);
        ?>
 <a href="<?php 
        echo JRoute::_('index.php?option=com_autotweet&view=channels&task=edit&id=' . (int) $item->id);
        ?>
"> <?php 
        echo htmlentities($item->name, ENT_COMPAT, 'UTF-8');
        ?>
								</a>
								</td>
								<td><span class="channel-type-<?php 
        echo $item->channeltype_id;
        ?>
"></span> <?php 
        echo $item->channeltype_id ? SelectControlHelper::getChanneltypeName($item->channeltype_id) : '&mdash;';
        ?>
								</td>
								<?php 
        if ($hasAjaxOrderingSupport === false) {
            ?>
								<td class="order"><span class="order-arrow"><?php 
            echo $this->pagination->orderUpIcon($i, true, 'orderup', 'Move Up', $ordering);
            ?>
 </span> <span class="order-arrow"><?php 
            echo $this->pagination->orderDownIcon($i, $count, true, 'orderdown', 'Move Down', $ordering);
            ?>
 </span> <?php 
            $disabled = $ordering ? '' : 'disabled="disabled"';
            ?>
 <input type="text" name="order[]" size="5" value="<?php