Example #1
0
    echo FSS_Helper::sort('User', 'username', @$this->order_Dir, @$this->order);
    ?>
            </th>
            <th>
 				<?php 
    echo FSS_Helper::sort('ISADMIN', 'isadmin', @$this->order_Dir, @$this->order);
    ?>
			</th>
            <th>
 				<?php 
    echo FSS_Helper::sort('ALL_EMAIL_USER', 'allemail', @$this->order_Dir, @$this->order);
    ?>
			</th>
            <th>
				<?php 
    echo FSS_Helper::sort('ALL_SEE_USER', 'allsee', @$this->order_Dir, @$this->order);
    ?>
			</th>
		</tr>
    </thead>
    <?php 
    if (count($this->groupmembers) == 0) {
        ?>
		<tbody>
			<tr>
				<td colspan="5"><?php 
        echo JText::_('NO_USERS');
        ?>
</td>
			</tr>
		</tbody>