Browse Source

调整通用对话框移除空行底部

tags/6.2.7
叙述、别离 1 year ago
parent
commit
a17ffdbc54
27 changed files with 29 additions and 30 deletions
  1. +1
    -1
      src/admin/album_add.php
  2. +1
    -1
      src/admin/album_edit.php
  3. +1
    -1
      src/admin/archives_add.php
  4. +1
    -1
      src/admin/archives_edit.php
  5. +1
    -1
      src/admin/archives_sg_add.php
  6. +1
    -1
      src/admin/archives_sg_edit.php
  7. +1
    -1
      src/admin/article_add.php
  8. +1
    -1
      src/admin/article_edit.php
  9. +1
    -1
      src/admin/soft_add.php
  10. +1
    -1
      src/admin/soft_edit.php
  11. +1
    -1
      src/admin/spec_add.php
  12. +1
    -1
      src/admin/spec_edit.php
  13. +1
    -1
      src/admin/tpl.php
  14. +1
    -1
      src/apps/jump.php
  15. +2
    -3
      src/system/libraries/oxwindow.class.php
  16. +1
    -1
      src/user/album_add.php
  17. +1
    -1
      src/user/album_edit.php
  18. +1
    -1
      src/user/archives_add.php
  19. +1
    -1
      src/user/archives_edit.php
  20. +1
    -1
      src/user/archives_sg_add.php
  21. +1
    -1
      src/user/archives_sg_edit.php
  22. +1
    -1
      src/user/article_add.php
  23. +1
    -1
      src/user/article_edit.php
  24. +2
    -2
      src/user/buy_action.php
  25. +1
    -1
      src/user/index_do.php
  26. +1
    -1
      src/user/soft_add.php
  27. +1
    -1
      src/user/soft_edit.php

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

@@ -243,7 +243,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功发布图片文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", FALSE);
$winform = $win->GetWindow("hand", FALSE);
$win->Display();
}
?>

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

@@ -286,7 +286,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功修改图片文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
}
?>

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

@@ -174,7 +174,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle('成功发布自定义文档:');
$win->AddMsgItem($msg);
$winform = $win->GetWindow('hand', ' ', false);
$winform = $win->GetWindow('hand', false);
$win->Display();
}
?>

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

@@ -158,7 +158,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功修改自定义文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
}
?>

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

@@ -128,7 +128,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功发布分类文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
}
?>

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

@@ -111,7 +111,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功修改分类文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
}
?>

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

@@ -205,7 +205,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功发布文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
}
?>

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

@@ -172,7 +172,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功修改文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
}
?>

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

@@ -233,7 +233,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功发布软件文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", FALSE);
$winform = $win->GetWindow("hand", FALSE);
$win->Display();
}
?>

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

@@ -214,7 +214,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功修改软件文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", FALSE);
$winform = $win->GetWindow("hand", FALSE);
$win->Display();
}
?>

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

@@ -182,7 +182,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功发布专题");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", FALSE);
$winform = $win->GetWindow("hand", FALSE);
$win->Display();
}
?>

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

@@ -195,7 +195,7 @@ if ($dopost != 'save') {
$win = new OxWindow();
$win->AddTitle("成功修改专题");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", FALSE);
$winform = $win->GetWindow("hand", FALSE);
$win->Display();
}
?>

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

@@ -211,7 +211,7 @@ else if ($action == 'savetagfile') {
$win = new OxWindow();
$win->AddTitle("新建修改标签");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
exit();
}

+ 1
- 1
src/apps/jump.php View File

@@ -26,7 +26,7 @@ if (preg_match("#^http#", $url)) {
$win = new OxWindow();
$win->AddTitle("您将要访问的链接不属于当前站点,请关注您的账号安全。");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", " ", false);
$winform = $win->GetWindow("hand", false);
$win->Display();
} else {
header('HTTP/1.1 301 Moved Permanently');


+ 2
- 3
src/system/libraries/oxwindow.class.php View File

@@ -66,7 +66,7 @@ class OxWindow
*/
function StartWin()
{
$this->myWin .= "<table width='100%' cellpadding='3' cellspacing='1'>";
$this->myWin .= "<table width='100%' cellpadding='1' cellspacing='1'>";
}
/**
* 添加一个两列的行
@@ -188,8 +188,7 @@ class OxWindow
}
if ($wintype != "") {
if ($wintype != "hand") {
$this->myWin .= "
<tr>
$this->myWin .= "<tr>
<td colspan='2' align='center'>
<button type='submit' class='btn btn-success btn-sm'>$tt</button>
<button type='button' class='btn btn-outline-success btn-sm' onClick='history.go(-1);'>返回</button>


+ 1
- 1
src/user/album_add.php View File

@@ -160,7 +160,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功发布图片文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/album_edit.php View File

@@ -134,7 +134,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功修改图片文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/archives_add.php View File

@@ -132,7 +132,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功发布自定义文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/archives_edit.php View File

@@ -100,7 +100,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功修改自定义文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/archives_sg_add.php View File

@@ -162,7 +162,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功发布分类文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/archives_sg_edit.php View File

@@ -116,7 +116,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功修改分类文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/article_add.php View File

@@ -120,7 +120,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功发布文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/article_edit.php View File

@@ -95,7 +95,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功修改文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 2
- 2
src/user/buy_action.php View File

@@ -209,7 +209,7 @@ if ($paytype === 0) {
$wecome_info = " ";//这个空格不要去
$win = new OxWindow();
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
} catch (Exception $e) {
ShowMsg("生成微信支付信息失败,请联系网站管理员", "javascript:;");
@@ -252,7 +252,7 @@ if ($paytype === 0) {
$wecome_info = " ";//这个空格不要去
$win = new OxWindow();
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
} elseif ($paytype === 4) {
//余额付款


+ 1
- 1
src/user/index_do.php View File

@@ -256,7 +256,7 @@ if ($fmdo == 'sendMail') {
$wecome_info = " ";
$win = new OxWindow();
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
exit;
} else {


+ 1
- 1
src/user/soft_add.php View File

@@ -172,7 +172,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功发布软件文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

+ 1
- 1
src/user/soft_edit.php View File

@@ -169,7 +169,7 @@ if (empty($dopost)) {
$win = new OxWindow();
$win->AddTitle("成功修改软件文档");
$win->AddMsgItem($msg);
$winform = $win->GetWindow("hand", "&nbsp;", false);
$winform = $win->GetWindow("hand", false);
$win->Display(DEDEMEMBER."/templets/win_templet.htm");
}
?>

Loading…
Cancel
Save