Browse Source

更新栏目增加名称显示

tags/6.2.6
tianya 2 years ago
parent
commit
4a8f7d0446
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/admin/makehtml_list_action.php

+ 3
- 2
src/admin/makehtml_list_action.php View File

@@ -101,13 +101,14 @@ if ($nextpage >= $totalpage && $finishType) {
exit(); exit();
} }
} else { } else {
$typename = isset($cfg_Cs[$tid][3])? base64_decode($cfg_Cs[$tid][3]) : "";
if ($finishType) { if ($finishType) {
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage"; $gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage";
ShowMsg("更新栏目<span class='text-primary'>".$tid."</span>,继续执行任务", $gourl, 0, 100);
ShowMsg("更新栏目<span class='text-primary'>[".$tid."]{$typename}</span>,继续执行任务", $gourl, 0, 100);
exit(); exit();
} else { } else {
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno"; $gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno";
ShowMsg("更新栏目<span class='text-primary'>".$tid."</span>,继续执行任务", $gourl, 0, 100);
ShowMsg("更新栏目<span class='text-primary'>[".$tid."]{$typename}</span>,继续执行任务", $gourl, 0, 100);
exit(); exit();
} }
} }

Loading…
Cancel
Save