コード例 #1
0
ファイル: default.php プロジェクト: ranrolls/ras-full-portal
</div> 
    
<div style="clear:both;"></div>
    
<div id="editcell">
    <table class="adminlist table table-striped">
    <thead>
        <tr>
            <th width="5">
                <?php 
echo JHTML::_('grid.sort', JText::_('COM_CONTENTBUILDER_ID'), 'id', $this->lists['order_Dir'], $this->lists['order']);
?>
            </th>
            <th width="20">
              <input type="checkbox" name="toggle" value="" onclick="<?php 
echo CBCompat::getCheckAll($this->items);
?>
" />
            </th>
            <th>
                <?php 
echo JHTML::_('grid.sort', JText::_('COM_CONTENTBUILDER_NAME'), 'name', $this->lists['order_Dir'], $this->lists['order']);
?>
            </th>
            <th>
                <?php 
echo JHTML::_('grid.sort', JText::_('COM_CONTENTBUILDER_USERNAME'), 'username', $this->lists['order_Dir'], $this->lists['order']);
?>
            </th>
            <th>
                <?php 
コード例 #2
0
ファイル: form.php プロジェクト: ranrolls/ras-full-portal
}
?>
        </td>
    
        <td valign="top">
            <table class="adminlist table table-striped">
            <thead>
                <tr>
                    <th width="5">
                        <?php 
echo JText::_('COM_CONTENTBUILDER_ID');
?>
                    </th>
                    <th width="20">
                        <input type="checkbox" name="toggle" value="" onclick="<?php 
echo CBCompat::getCheckAll($this->elements);
?>
" />
                    </th>
                    <th>
                        <?php 
echo JText::_('COM_CONTENTBUILDER_NAME');
?>
                    </th>
                    <th>
                        <?php 
echo JText::_('COM_CONTENTBUILDER_STORAGE_TITLE');
?>
                    </th>
                    <th>
                        <?php