diff --git a/module/doc/view/index.html.php b/module/doc/view/index.html.php index 6931047237..12b5b8353a 100644 --- a/module/doc/view/index.html.php +++ b/module/doc/view/index.html.php @@ -10,7 +10,6 @@ * @link http://www.zentao.net */ ?> -doc->appendNavCSS();?>
diff --git a/module/doc/view/view.html.php b/module/doc/view/view.html.php index 5e90c655d4..ca4f0ac048 100644 --- a/module/doc/view/view.html.php +++ b/module/doc/view/view.html.php @@ -10,12 +10,11 @@ * @link http://www.zentao.net */ ?> -doc->appendNavCSS();?> -session->docList ? $this->session->docList : inlink('browse', 'libID=0&browseType=byediteddate');?> +session->docList ? $this->session->docList : inlink('browse', 'browseType=byediteddate');?> requestType == 'PATH_INFO' ? '?' : '&'; $sessionString .= session_name() . '=' . session_id(); @@ -149,8 +148,8 @@ js::set('docID', $doc->id); deleted) { - common::printIcon('doc', 'edit', "docID=$doc->id&comment=false&from={$lang->navGroup->doc}", $doc); - common::printIcon('doc', 'delete', "docID=$doc->id&confirm=no&from={$lang->navGroup->doc}", $doc, 'button', 'trash', 'hiddenwin'); + common::printIcon('doc', 'edit', "docID=$doc->id", $doc); + common::printIcon('doc', 'delete', "docID=$doc->id&confirm=no", $doc, 'button', 'trash', 'hiddenwin'); } ?>
diff --git a/module/tree/view/browse.html.php b/module/tree/view/browse.html.php index 34d12a188d..b0ada1a3a8 100644 --- a/module/tree/view/browse.html.php +++ b/module/tree/view/browse.html.php @@ -10,9 +10,6 @@ * @link http://www.zentao.net */ ?> -openApp == 'doc'):?> -loadModel('doc')->appendNavCSS();?> -