translation_not_found page have "Go to previous page" link which use REFERER PHP variable to go back. But, in my case, this is not work always (please test this thing). I want to send original back link to function which print links.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | translation404.module.patch | 323 bytes | andrew answer |
Comments
Comment #1
andrew answer commentedI made some workaround patch for module; it use javascript to call "history.back()". It better than now, but user don't see URL in status bar. May be you can suggest better solution.