ソースを参照

Update oxwindow.class.php

tags/6.3.2
叙述、别离 11ヶ月前
コミット
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>";
}
}
/**


読み込み中…
キャンセル
保存