History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: CHD-817
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Assignee: Unassigned
Reporter: Joe Geck [WGM]
Votes: 0
Watchers: 0
Operations

Clone this issue
If you were logged in you would be able to see more operations.
Cerberus Helpdesk (Cerb4/Cerb5)

[Forums] No clear indicator that the checkbox next to a forum is used to delete it

Created: 19/Aug/08 10:18 PM   Updated: 24/Nov/08 07:08 PM
Fix Version/s: 4.0 - Milestone #21

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File CHD-817.patch (2 kb)


xP Priority: 3 - Would Be Nice


 Description   
Summary:
This is the usual "polish" bug we see once in a while. To delete a forum you checkmark it and then click 'save changes', however there is no "words" around the checkbox to tell you that. Probably something as simple as adding "remove" or "delete" text around the box will suffice.

Steps:
1) Enable the 'forum explorer' plugin
2) Under 'helpdesk setup' click the 'Forum Explorer' tab and add a new forum
3) Look for a way to delete the forum

Result:
The checkbox we're used to using here at WGM is missing a visual indicator for newbies that says "click me to delete".

 All   Comments   Work Log   Change History      Sort Order:
Comment by Mike Fogg [WGM] [12/Nov/08 11:16 PM]
The patch makes each column of the forum explorer config table have a label

Comment by Jeff Standen [WGM] [12/Nov/08 11:23 PM]
Some HTML validation (W3C) will complain about that <input type="hidden"> for ids being between </TR><TR>. You should move it into the first <TD> cell in front of "names[]" (without a space or anything between them).

With that tweak, go ahead and commit the patch.

Comment by Mike Fogg [WGM] [13/Nov/08 12:26 AM]
fixed as of build 797

Comment by Joe Geck [WGM] [24/Nov/08 07:08 PM]
Verified fixed as of dev build 809.

The checkbox is now clearly labeled 'delete' on existing forum accounts.