"> <?php echo lang('Size'); echo get_sort_arrow('size', $sort, $direction); ?> </a> </th> <th> <a href="javascript:;" onclick="<?php echo get_sort_link('time', $sort, $direction); ?> "> <?php echo lang('Date'); echo get_sort_arrow('time', $sort, $direction); ?> </a> </th> <th><?php echo lang('Actions'); ?> </th> </tr> <?php foreach ($files->result() as $file) { $links = $this->files_db->get_links('', $file); ?> <tr <?php echo alternator('class="odd"', 'class="even"');
<?php echo lang('Name'); echo get_sort_arrow('username', $sort, $direction); ?> </a> </div> </th> <th> <div align="center"> <a href="javascript:;" onclick="<?php echo get_sort_link('email', $sort, $direction); ?> "> <?php echo lang('Email'); echo get_sort_arrow('email', $sort, $direction); ?> </a> </div> </th> <th><div align="center"><?php echo lang('Space'); ?> </div></th> <th><div align="center"><?php echo lang('Actions'); ?> </div></th> </tr> <?php foreach ($users->result() as $user) {