Dotclear

Changeset 877:e012da998f83 for inc/admin


Ignore:
Timestamp:
08/16/12 14:13:27 (13 years ago)
Author:
Dsls <dsls@…>
Branch:
sexy
Message:

Entries passwords will be a dedicated plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.pager.php

    r873 r877  
    9090          } 
    9191           
    92           $protected = ''; 
    93           if ($item->post_password) { 
    94                $protected = sprintf($img,__('protected'),'locker.png'); 
    95           } 
    96            
    9792          $selected = ''; 
    9893          if ($item->post_selected) { 
     
    111106          '<td class="nowrap">'.dt::dt2str(__('%Y-%m-%d %H:%M'),$item->post_dt).'</td>'. 
    112107          '<td class="nowrap">'.$item->user_id.'</td>'. 
    113           '<td class="nowrap status">'.$img_status.' '.$selected.' '.$protected.'</td>'. 
     108          '<td class="nowrap status">'.$img_status.' '.$selected.'</td>'. 
    114109          '</tr>'; 
    115110           
     
    180175          } 
    181176           
    182           $protected = ''; 
    183           if ($item->post_password) { 
    184                $protected = sprintf($img,__('protected'),'locker.png'); 
    185           } 
    186            
    187177          $selected = ''; 
    188178          if ($item->post_selected) { 
     
    200190          '<td class="nowrap">'.dt::dt2str(__('%Y-%m-%d %H:%M'),$item->post_dt).'</td>'. 
    201191          '<td class="nowrap">'.$item->user_id.'</td>'. 
    202           '<td class="nowrap status">'.$img_status.' '.$selected.' '.$protected.'</td>'. 
     192          '<td class="nowrap status">'.$img_status.' '.$selected.'</td>'. 
    203193          '</tr>'; 
    204194           
Note: See TracChangeset for help on using the changeset viewer.

Sites map