Ignore:
Timestamp:
12/08/07 00:04:43 (4 years ago)
Author:
hverton
Message:

update all user queries to include the user_status, to select only active user accounts
removed download bar selection from the download module (should be in the download bars module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.members.tpl

    r1060 r1159  
    182182                <tr> 
    183183                    <td class='tbl2'> 
    184                         <div style='float:right;'><a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;step=add'><img src='{$smarty.const.THEME}images/page_add.gif' alt='{$locale.403}' title='{$locale.403}' /></a></div> 
     184                        <div style='float:right;'><a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;step=add'><img src='{$smarty.const.THEME}images/user_add.gif' alt='{$locale.403}' title='{$locale.403}' /></a></div> 
    185185                        <b>{$locale.401}</b> 
    186186                    </td> 
     
    225225                        {/if} 
    226226                        {if $members[id].can_delete} 
    227                             <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;step=delete&amp;sortby={$sortby}&amp;rowstart={$rowstart}&amp;user_id={$members[id].user_id}' onclick='return DeleteMember();'><img src='{$smarty.const.THEME}images/page_delete.gif' alt='{$locale.418}' title='{$locale.418}' /></a>&nbsp; 
     227                            {if $members[id].user_status == '3'} 
     228                                <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;step=undelete&amp;sortby={$sortby}&amp;rowstart={$rowstart}&amp;user_id={$members[id].user_id}'><img src='{$smarty.const.THEME}images/page_add.gif' alt='{$locale.413}' title='{$locale.413}' /></a>&nbsp; 
     229                            {else} 
     230                                <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;step=delete&amp;sortby={$sortby}&amp;rowstart={$rowstart}&amp;user_id={$members[id].user_id}' onclick='return DeleteMember();'><img src='{$smarty.const.THEME}images/page_delete.gif' alt='{$locale.418}' title='{$locale.418}' /></a>&nbsp; 
     231                            {/if} 
    228232                        {/if} 
    229233                        {if $members[id].can_ban} 
Note: See TracChangeset for help on using the changeset viewer.