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.

CommentFileSizeAuthor
#1 translation404.module.patch323 bytesandrew answer

Comments

andrew answer’s picture

StatusFileSize
new323 bytes

I 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.