https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3669
--- Comment #11 from M. Tompsett <[email protected]> --- Comment on attachment 49716 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49716 Bug 3669: Moving 'Add a new message' into a pop up box and adding to patron toolbar Review of attachment 49716: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=3669&attachment=49716) ----------------------------------------------------------------- ::: circ/add_message.pl @@ +51,4 @@ > } > )->store; > > +my $url = $input->referer(); http://perldoc.perl.org/CGI.html "referer() Return the URL of the page the browser was viewing prior to fetching your script. Not available for all browsers." -- might be a good idea to // "/cgi...$borrowernumber"; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
