From f4f3639f487ba7c05769d35534302b490f7087d6 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Mon, 7 Nov 2011 05:29:36 +0000 Subject: [PATCH] after action, search value memory git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9802 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/comment.admin.controller.php | 2 +- modules/comment/tpl/comment_list.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/comment/comment.admin.controller.php b/modules/comment/comment.admin.controller.php index b2ae65b8e..430605ab5 100644 --- a/modules/comment/comment.admin.controller.php +++ b/modules/comment/comment.admin.controller.php @@ -86,7 +86,7 @@ $this->setMessage($msgCode, 'info'); if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON'))) { - $returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispCommentAdminList'); + $returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispCommentAdminList', 'search_keyword', $search_keyword, 'search_target', $search_target); header('location:'.$returnUrl); return; } diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html index 40a3c3b05..4c595a22e 100644 --- a/modules/comment/tpl/comment_list.html +++ b/modules/comment/tpl/comment_list.html @@ -76,6 +76,8 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; + +

{$lang->comment_manager}