Opened 4 years ago
Closed 4 years ago
#1013 closed defect (wontfix)
Undelete option shows on posts that are not deleted
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.0-rc-2 |
| Severity: | normal | Keywords: | undelete, posts |
| Cc: |
Description
On all posts on my bleeding edge (trunk as of 9am ET on the 17th) forum show these options:
Posted 6 days ago # 192.77.161.22 Edit Delete Undelete Spam
I think 'Undelete' needs to get hidden unless the post has been deleted
Attachments (2)
Change History (4)
Per _ck_ the fix is to put these two classes into your style.css
#thread li .undelete-post, #thread li.deleted .delete-post { display: none; }
#thread li.deleted .undelete-post { display: inline; }
Note: See
TracTickets for help on using
tickets.
Example of the Undelete