dever há 4 anos atrás
pai
commit
97f4ace2cb
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      app/collection/database/page.php

+ 3 - 1
app/collection/database/page.php

@@ -203,6 +203,7 @@ return array
 
 	'manage' => array
 	(
+		'edit' => false,
 		'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'),
@@ -211,7 +212,8 @@ return array
 		'list_type' => 'tree',
 		'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'),
 
 			'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'),