Explorar el Código

Update oxwindow.class.php

tags/6.3.2
叙述、别离 hace 9 meses
padre
commit
ab95b95cba
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/system/libraries/oxwindow.class.php

+ 3
- 3
src/system/libraries/oxwindow.class.php Ver fichero

@@ -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>";
}
}
/**


Cargando…
Cancelar
Guardar