| 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 | 4/6/04 (8038 days ago) |
| Due | |
| Updated | 4/6/04 (8038 days ago) |
| Assigned | 4/6/04 (8038 days ago) |
| Resolved | 4/6/04 (8038 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Priority ⇒ 2. Medium
Assigned to Jan Schneider
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
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