dever пре 3 година
родитељ
комит
daeea5594b
3 измењених фајлова са 8 додато и 2 уклоњено
  1. 5 1
      database/project.php
  2. 1 0
      database/push.php
  3. 2 1
      database/type.php

+ 5 - 1
database/project.php

@@ -56,7 +56,11 @@ return array
 	
 	'manage' => array
 	(
-		
+		'button' => array
+        (
+        	'消息类型' => array('list', 'type&oper_parent=project&oper_project=message'),
+        	'推送配置' => array('list', 'push&oper_parent=project&oper_project=message'),
+        ),
 	),
 
 	'default' => array

+ 1 - 0
database/push.php

@@ -12,6 +12,7 @@ return array
 	# 显示给用户看的名称
 	'lang' => '推送配置',
 	'order' => 19,
+	'menu' => false,
 	# 数据结构
 	'struct' => array
 	(

+ 2 - 1
database/type.php

@@ -25,6 +25,7 @@ return array
 	'lang' => '消息类型',
 	'order' => 20,
 	'config_scope' => $scope,
+	'menu' => false,
 	# 数据结构
 	'struct' => array
 	(
@@ -43,7 +44,7 @@ return array
 		'name'		=> array
 		(
 			'type' 		=> 'varchar-30',
-			'name' 		=> '类型名称-类型id值为10以下则为系统消息',
+			'name' 		=> '类型名称',
 			'default' 	=> '',
 			'desc' 		=> '请填写类型名称',
 			'match' 	=> 'is_string',