Browse Source

优化

tags/6.2.8
tianya 11 months ago
parent
commit
c2a5bcde60
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/admin/makehtml_list_action.php
  2. +1
    -1
      src/system/archive/listview.class.php
  3. +1
    -1
      src/system/archive/sglistview.class.php

+ 1
- 1
src/admin/makehtml_list_action.php View File

@@ -99,7 +99,7 @@ if ($nextpage >= $totalpage && $finishType) {
if (empty($reurl)) {
$reurl = '../apps/list.php?tid='.$tid;
}
ShowMsg("完成所有栏目更新,<a href='$reurl' target='_blank'>浏览栏目</a>", "javascript:;");
ShowMsg("完成所有栏目更新,<a href='$reurl' target='_blank' class='btn btn-sm btn-success'>浏览栏目</a>", "javascript:;");
exit();
} else if ($gotype == 'mkall' || $gotype == 'mkallct') {
ShowMsg("完成所有栏目更新,数据已优化", "makehtml_all.php?action=make&step=10");


+ 1
- 1
src/system/archive/listview.class.php View File

@@ -289,7 +289,7 @@ class ListView
}
//创建封面模板文件
if ($this->TypeLink->TypeInfos['isdefault'] == -1) {
echo '这个是动态栏目';
echo DedeAlert('这个是动态栏目', ALERT_WARNING);
return '../apps/list.php?tid='.$this->TypeLink->TypeInfos['id'];
}
//单独页面


+ 1
- 1
src/system/archive/sglistview.class.php View File

@@ -247,7 +247,7 @@ class SgListView
}
//创建封面模板文件
if ($this->TypeLink->TypeInfos['isdefault'] == -1) {
echo '这个是动态栏目';
echo DedeAlert('这个是动态栏目', ALERT_WARNING);
return '';
}
//单独页面


Loading…
Cancel
Save