* add support of the table border.

This commit is contained in:
wangchunsheng
2012-12-02 03:15:12 +00:00
parent 787e16d810
commit f86e04590d
3 changed files with 39 additions and 0 deletions
+1
View File
@@ -396,6 +396,7 @@ class doc extends control
$this->view->actions = $this->loadModel('action')->getList('doc', $docID);
$this->view->users = $this->user->getPairs('noclosed,nodeleted,noletter');
$this->view->preAndNext = $this->loadModel('common')->getPreAndNextObject('doc', $docID);
$this->view->keTableCSS = $this->doc->extractKETableCSS($doc->content);
$this->display();
}