Bug #334
Missing label tag
| Status: | Closed | Start: | 07/15/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Tom Moore | % Done: | 100% |
|
| Category: | New Thread | |||
| Target version: | 1.4.10 | |||
| Reproducibility: | Browser: | |||
| Reported In MyBB Version: | 1.4.8 | Database Type: | ||
| PHP Version: | Database Version: |
Description
Just a tiny issue: There's a label tag for all post icons above the editor so that you can click on the icon to select it:
<label><input type="radio" name="icon" value="6" /> <img src="images/icons/wink.gif" alt="Wink" /></label>
The label tag is missing if you don't want to use a post icon:
<input type="radio" class="radio" name="icon" value="-1" checked="checked" />no icon
Associated revisions
Fixes Board Statistics inconsistency (fixes:335)
Fixes Missing label tag (fixes:334)
Fixes SQLite version (fixes:332)
History
Updated by Tom Moore about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4403.
Updated by Stefan T. about 1 year ago
- Status changed from Resolved to Closed
Updated by Ryan Gordon 12 months ago
- Target version changed from 1.4.9 to 1.4.10
- Reported In MyBB Version set to 1.4.8