Issue Details (XML | Word | Printable)

Key: MDL-10148
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Dan Poltawski
Reporter: Ralf Hilgenstock
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

hard coded lang strings in user/message.html

Created: 17/Jun/07 09:14 PM   Updated: 08/Dec/09 10:39 AM
Component/s: Languages, Messages
Affects Version/s: 1.7, 1.7.1, 1.7.2, 1.8, 1.8.1
Fix Version/s: 1.7.3, 1.8.2, 1.9

File Attachments: None
Image Attachments:

1. Email1.png
(19 kB)

2. message.png
(24 kB)
Issue Links:
Duplicate
 

Participants: Andrew Davis, Dan Poltawski and Ralf Hilgenstock
Security Level: None
QA Assignee: Andrew Davis
Resolved date: 19/Jun/07
Affected Branches: MOODLE_17_STABLE, MOODLE_18_STABLE
Fixed Branches: MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide

file user/message.html

<tr><td align="center" colspan="2"><input type="submit" name="preview" value="Preview" /></td></tr>
[...]
echo '</td><td><input type="submit" onClick="this.form.deluser.value='.$user->id.';" value="remove" /></td></tr>';



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Ralf Hilgenstock added a comment - 17/Jun/07 09:16 PM
Sorry, first screen was the wrong file.

Dan Poltawski added a comment - 19/Jun/07 03:27 AM
Thanks Ralph, i've fixed this in CVS in 1.7 & above.

Andrew Davis added a comment - 08/Dec/09 10:39 AM
verified. closing.