|
@@ -203,6 +203,7 @@ return array
|
|
|
|
|
|
'manage' => array
|
|
'manage' => array
|
|
(
|
|
(
|
|
|
|
+ 'edit' => false,
|
|
'button' => array
|
|
'button' => array
|
|
(
|
|
(
|
|
'时光配置' => array('location', 'manage/project/database/list&project=collection&oper_table=page&top_table=info&top_project=collection&table=times&search_option_info_id=' . $info_id . '&search_option_state=1'),
|
|
'时光配置' => array('location', 'manage/project/database/list&project=collection&oper_table=page&top_table=info&top_project=collection&table=times&search_option_info_id=' . $info_id . '&search_option_state=1'),
|
|
@@ -211,7 +212,8 @@ return array
|
|
'list_type' => 'tree',
|
|
'list_type' => 'tree',
|
|
'list_button' => array
|
|
'list_button' => array
|
|
(
|
|
(
|
|
- 'update' => '编辑',
|
|
|
|
|
|
+ //'update' => '编辑',
|
|
|
|
+ 'add1' => array('编辑', '"{page_id}" == -1 ? "page&option_page_id={page_id}&where_id={id}" : "page&option_page_id={page_id}&where_id={id}"'),
|
|
'add' => array('新增子章节', '"{page_id}" == -1 ? "page&option_page_id={id}" : "page&option_page_id={page_id},{id}"', '{page_id} == -1'),
|
|
'add' => array('新增子章节', '"{page_id}" == -1 ? "page&option_page_id={id}" : "page&option_page_id={page_id},{id}"', '{page_id} == -1'),
|
|
|
|
|
|
'list' => array('内容管理', '"content&search_option_info_id={info_id}&send_page_id={id}&oper_table=page&top_table=info&top_project=collection&page_type=1"' , '{page_id} > 0'),
|
|
'list' => array('内容管理', '"content&search_option_info_id={info_id}&send_page_id={id}&oper_table=page&top_table=info&top_project=collection&page_type=1"' , '{page_id} > 0'),
|