From 3db41c110d5a9f98675502e1ee6af9de83567f94 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 5 Sep 2008 09:41:27 +0000 Subject: Better title for export icon + include source in export url git-svn-id: https://svn.roundcube.net/trunk@1737 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 3e49fc3b2..9a9865db4 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1006,9 +1006,9 @@ function rcube_webmail() case 'export': if (this.contact_list.rowcount > 0) { - var add_url = ''; + var add_url = (this.env.source ? '_source='+urlencode(this.env.source)+'&' : ''); if (this.env.search_request) - add_url = '_search='+this.env.search_request; + add_url += '_search='+this.env.search_request; this.goto_url('export', add_url); } -- cgit v1.2.3