瀏覽代碼

Update mychannel_edit.php

tags/6.1.8
xushubieli 3 年之前
父節點
當前提交
7be302e730
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      src/admin/mychannel_edit.php

+ 3
- 3
src/admin/mychannel_edit.php 查看文件

@@ -87,7 +87,7 @@ else if ($dopost == "copystart") {
</tr>
</table>
";
$win->AddMsgItem("<div style='padding:20px;line-height:300%'>$msg</div>");
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");
$winform = $win->GetWindow("ok", "");
$win->Display();
exit();
@@ -333,7 +333,7 @@ else if ($dopost == "gettemplets") {
$wecome_info = "<a href='mychannel_main.php'>频道管理</a>::查看模板";
$win = new OxWindow();
$win->Init("", "js/blank.js", "");
$win->AddTitle("&nbsp;频道:(".$row['typename'].")默认模板文件说明:");
$win->AddTitle("&nbsp;频道[".$row['typename']."]默认模板文件说明:");
$defaulttemplate = $cfg_templets_dir.'/'.$cfg_df_style;
$msg = "
文档模板:{$defaulttemplate}/article_{$row['nid']}.htm
@@ -344,7 +344,7 @@ else if ($dopost == "gettemplets") {
频道封面模板:{$defaulttemplate}/index_{$row['nid']}.htm
<a href='tpl.php?acdir={$cfg_df_style}&action=edit&filename=index_{$row['nid']}.htm'>[修改]</a>
";
$win->AddMsgItem("<div style='padding:20px;line-height:300%'>$msg</div>");
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");
$winform = $win->GetWindow("hand", "");
$win->Display();
exit();


Loading…
取消
儲存