Changeset 877:e012da998f83 for inc/admin
- Timestamp:
- 08/16/12 14:13:27 (13 years ago)
- Branch:
- sexy
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r873 r877 90 90 } 91 91 92 $protected = '';93 if ($item->post_password) {94 $protected = sprintf($img,__('protected'),'locker.png');95 }96 97 92 $selected = ''; 98 93 if ($item->post_selected) { … … 111 106 '<td class="nowrap">'.dt::dt2str(__('%Y-%m-%d %H:%M'),$item->post_dt).'</td>'. 112 107 '<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>'. 114 109 '</tr>'; 115 110 … … 180 175 } 181 176 182 $protected = '';183 if ($item->post_password) {184 $protected = sprintf($img,__('protected'),'locker.png');185 }186 187 177 $selected = ''; 188 178 if ($item->post_selected) { … … 200 190 '<td class="nowrap">'.dt::dt2str(__('%Y-%m-%d %H:%M'),$item->post_dt).'</td>'. 201 191 '<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>'. 203 193 '</tr>'; 204 194
Note: See TracChangeset
for help on using the changeset viewer.