Feature #3527
PM error: include backlink
| Status: | Resolved | Start date: | 2009-06-01 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Messaging | |||
| Target version: | 1.9.0 | |||
| Votes: | 0 |
Description
In typo3conf\ext\mm_forum\pi3\class.tx_mmforum_pi3.php should be addes something like
$marker['###BACKLINK###'] = '<a href="javascript:history.back()">' . $this->pi_getLL('back') . '</a>';
after line 515
$marker['###ERROR###'] = $errormessage;
A backlink would be nice for users who don't use the browserfunction.
Associated revisions
[Bug 3527] Failure in the Google Maps branch tests, r=bernd
History
Updated by Hauke Hain almost 4 years ago
It must be included also near line 127
$marker['###ERROR###'] = $this->pi_getLL('msgError');
and line 359
$marker['###ERROR###'] = $this->pi_getLL('deleteError');
and line 440
$marker['###ERROR###'] = $this->pi_getLL('errorNoAccess');
and line 627:
$marker['###ERROR###'] = $this->pi_getLL('errorRecipientNotExists');
Updated by Martin Helmich almost 4 years ago
- Target version changed from 0.1.8 to 1.9.0