소스 검색

Update oxwindow.class.php

tags/6.3.2
叙述、别离 10 달 전
부모
커밋
ab95b95cba
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/system/libraries/oxwindow.class.php

+ 3
- 3
src/system/libraries/oxwindow.class.php 파일 보기

@@ -59,7 +59,7 @@ class OxWindow
*/
function StartWin()
{
$this->myWin .= "<div class='table-responsive'><table class='table table-borderless'>";
$this->myWin .= "<div class='table-responsive'><table class='table table-borderless'><tbody>";
}
/**
* 添加单列标题
@@ -115,9 +115,9 @@ class OxWindow
function CloseWin($isform = true)
{
if (!$isform) {
$this->myWin .= "</table></div>";
$this->myWin .= "</tbody></table></div>";
} else {
$this->myWin .= "</table></div></form>";
$this->myWin .= "</tbody></table></div></form>";
}
}
/**


불러오는 중...
취소
저장