Commit a84fbd32 by 冷斌

测试

短信验证
parent f884908e
...@@ -2624,7 +2624,7 @@ class AdminVideoAction extends AdministratorAction ...@@ -2624,7 +2624,7 @@ class AdminVideoAction extends AdministratorAction
private function _initCourseListAdminMenu() private function _initCourseListAdminMenu()
{ {
$this->pageTab[] = array('title' => '已审', 'tabHash' => 'index', 'url' => U('course/AdminVideo/index')); $this->pageTab[] = array('title' => '已审', 'tabHash' => 'index', 'url' => U('course/AdminVideo/index'));
$this->pageTab[] = array('title' => '待审', 'tabHash' => 'unauditList', 'url' => U('course/AdminVideo/unauditList')); // $this->pageTab[] = array('title' => '待审', 'tabHash' => 'unauditList', 'url' => U('course/AdminVideo/unauditList'));
$this->pageTab[] = array('title' => '回收站', 'tabHash' => 'recycle', 'url' => U('course/AdminVideo/recycle')); $this->pageTab[] = array('title' => '回收站', 'tabHash' => 'recycle', 'url' => U('course/AdminVideo/recycle'));
$this->pageTab[] = array('title' => '添加', 'tabHash' => 'addVideo', 'url' => U('course/AdminVideo/addVideo')); $this->pageTab[] = array('title' => '添加', 'tabHash' => 'addVideo', 'url' => U('course/AdminVideo/addVideo'));
$this->pageTab[] = array('title' => '导出', 'tabHash' => 'export', 'url' => U('course/AdminVideo/export')); $this->pageTab[] = array('title' => '导出', 'tabHash' => 'export', 'url' => U('course/AdminVideo/export'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment