From 03a60473bf2ce53c6502cae280d688ea7b9e5209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= Date: Fri, 24 Jan 2020 00:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=9B=9E=E5=B8=96?= =?UTF-8?q?=E5=9B=9E=E6=94=B6=E7=AB=99=E6=94=AF=E6=8C=81=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=8D=95=E9=A1=B5=E9=9D=A2=E5=AE=A1=E6=A0=B8=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/admincp/admincp_recyclebinpost.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/upload/source/admincp/admincp_recyclebinpost.php b/upload/source/admincp/admincp_recyclebinpost.php index 92246f6cc..6fd9952d7 100644 --- a/upload/source/admincp/admincp_recyclebinpost.php +++ b/upload/source/admincp/admincp_recyclebinpost.php @@ -60,12 +60,16 @@ if(!$operation) { showtagheader('div', 'postlist', 1); showformheader('recyclebinpost', '', 'rbform'); showhiddenfields(array('posttableid' => $posttableid)); - showtableheader('recyclebinpost'); + $checklpp = array(); + $checklpp[$lpp] = 'selected="selected"'; + showtableheader($lang['recyclebinpost_list']. + ' '); $postlistcount = C::t('forum_post')->count_by_invisible($posttableid, '-5'); if($postlistcount && recyclebinpostshowpostlist(null, null, null, null, null, $start_limit, $lpp)) { - $multi = multi($postlistcount, $lpp, $page, ADMINSCRIPT."?action=recyclebinpost"); + $multi = multi($postlistcount, $lpp, $page, ADMINSCRIPT."?action=recyclebinpost&lpp=$lpp"); } showsubmit('rbsubmit', 'submit', '', ''.cplang('recyclebin_all_delete').'  '.cplang('recyclebin_all_undelete').'  '.cplang('recyclebin_all_ignore').'  ', $multi); showtablefooter(); -- Gitee