Ignore:
Timestamp:
Aug 20, 2010, 10:31:22 PM (14 years ago)
Author:
Eric
Message:
  • Bug 1808 fixed - The Tracking users table is ordered by default on "LastVisit" field (last in at top)
  • Bug 1809 fixed - Addition of a direct link to user's profile in all UAM tables. The link gives a new window
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/template/usermanager.tpl

    r6754 r6783  
    1919    {ldelim}
    2020      $("#sorting")
    21       .tablesorter({ldelim}sortList:[[5,1]], headers: {ldelim} 0: {ldelim} sorter: false {rdelim}{rdelim}{rdelim})
     21      .tablesorter({ldelim}sortList:[[6,1]], headers: {ldelim} 0: {ldelim} sorter: false {rdelim}{rdelim}{rdelim})
    2222      .tablesorterPager({ldelim}container: $("#pager"), positionFixed: false, size: 20, totalPages: 0{rdelim});
    2323    {rdelim}
     
    3636                        <tr class="throw">
    3737                        <th>&nbsp;</td>
    38                         <th>&nbsp;{'Username'|@translate}&nbsp;&nbsp;</th>
    39                         <th>&nbsp;{'User status'|@translate}&nbsp;&nbsp;</th>
    40                         <th>&nbsp;{'Email address'|@translate}&nbsp;&nbsp;</th>
    41                         <th>&nbsp;{'Groups'|@translate}&nbsp;&nbsp;</th>
    42                         <th>&nbsp;{'Registration_Date'|@translate}&nbsp;&nbsp;</th>
     38                        <th>{'Username'|@translate}&nbsp;&nbsp;</th>
     39            <th>{'Profile'|@translate}&nbsp;&nbsp;</th>
     40                        <th>{'User status'|@translate}&nbsp;&nbsp;</th>
     41                        <th>{'Email address'|@translate}&nbsp;&nbsp;</th>
     42                        <th>{'Groups'|@translate}&nbsp;&nbsp;</th>
     43                        <th>{'Registration_Date'|@translate}&nbsp;&nbsp;</th>
    4344          {if $CONFIRM_LOCAL == ""}
    44             <th>&nbsp;{'Reminder'|@translate}&nbsp;&nbsp;</th>
     45            <th>{'Reminder'|@translate}&nbsp;&nbsp;</th>
    4546          {/if}
    4647                        </tr>
     
    5152            <td><input type="checkbox" name="selection[]" value="{$user.ID}" {$user.CHECKED} id="selection-{$user.ID}" ></td>
    5253            <td><label for="selection-{$user.ID}">{$user.USERNAME}</label></td>
     54            <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"></a></td>
    5355            <td>{$user.STATUS}</td>
    5456            <td>{$user.EMAIL}</td>
Note: See TracChangeset for help on using the changeset viewer.