Bug #621
global_pm_alert template typo dismis_notice
| Status: | Closed | Start date: | 12/30/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Dennis Tsang | % Done: | 100% |
|
| Category: | Private Messages | |||
| Target version: | 1.4.12 | |||
| Reproducibility: | Always | Database Type: | ||
| Reported In MyBB Version: | 1.4.10 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
The global_pm_alert template uses an incorrect language variable $lang->dismis_notice which means when the PM notice is shown to users, the dismiss icon's alt text is blank.
In mybb_theme.xml, find:
{$lang->dismis_notice}
Replace with:
{$lang->dismiss_notice}
Test procedure:
1. Set up 2 users.
2. Have 1 user send a PM to another user.
3. Login to the other user and view the source and check the alt tag of the dismiss "X" icon.
Associated revisions
Fixes global_pm_alert template typo dismis_notice (fixes:621)
Fixes global_pm_alert template typo dismis_notice (fixes:621)
History
Updated by Dennis Tsang about 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4671.
Updated by Dennis Tsang about 2 years ago
Just noticed this also affects the title of the dismiss icon link.
Updated by Dennis Tsang about 2 years ago
Applied in changeset r4672.
Updated by Stefan T. about 2 years ago
- Status changed from Resolved to Closed