Summary | Problem Report doesn't work in 2.2.5 |
Queue | Horde Base |
Queue Version | 2.2.5 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | lbonnet (at) alike-group (dot) com |
Created | 2004-04-06 (6137 days ago) |
Due | |
Updated | 2004-04-06 (6137 days ago) |
Assigned | 2004-04-06 (6137 days ago) |
Resolved | 2004-04-06 (6137 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Priority ⇒ 2. Medium
Assigned to Jan Schneider
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
My browser said there was javascript error in the page.
I corrected it by changing the file horde/templates/problem/javascript.inc
line 13 : alert("<?php echo _("Please provide a summary of the
problem."); ?>");
and line 21 : alert("<?php echo _("You must describe the problem
before you can send the problem report."); ?>");
I changed the alert('') by alert ("").
It causes problem because the french translation of "Please provide a
summary of the problem" contains some '
And now it works.
Thanks a lot for your great framework. If you have any question,
please email me to lbonnet@alike-group.com
Laurent Bonnet