#1763 closed defect (bug) (fixed)
Link visibility radiobuttons belong to two different classes
Reported by: | seth | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
{{{ <td><label>
<input type="radio" name="link_visible" value="Y" />
Yes</label><br /><label>
<input type="radio" name="visible" checked='checked' value="N" />
No</label></td>
}}}
This is on the Edit Link page, at the bottom. You can't set a link to visible because the names are incompatible.
Change History (2)
Note: See
TracTickets for help on using
tickets.