Parcourir la source

Update oxwindow.class.php

tags/6.3.2
叙述、别离 il y a 9 mois
Parent
révision
ab95b95cba
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      src/system/libraries/oxwindow.class.php

+ 3
- 3
src/system/libraries/oxwindow.class.php Voir le fichier

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


Chargement…
Annuler
Enregistrer