Exemplo n.º 1
0
								<td>
								<?php 
        echo '<a href="' . $item->xtform->get('url') . '" target="_blank">';
        echo htmlentities($item->xtform->get('url'), ENT_COMPAT, 'UTF-8');
        echo ' <i class="xticon xticon-globe"></i></a>';
        ?>
								</td>



								<td><span class="content-type-<?php 
        $contenttype_id = $item->xtform->get('contenttype_id');
        echo $contenttype_id;
        ?>
"></span> <?php 
        echo $contenttype_id ? SelectControlHelper::getContenttypesName($contenttype_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