c
This commit is contained in:
@@ -11,7 +11,7 @@ return array(
|
||||
'view' => 'annual_report',
|
||||
'name' => 'Báo cáo thường niên',
|
||||
'id' => 'investor_relation/annual_report',
|
||||
'url' => '/admin/?opt=investor_relation&view=annual_report',
|
||||
'url' => '/admin/investor_relation/annual_report',
|
||||
),
|
||||
array(
|
||||
'enable' => true ,
|
||||
@@ -19,7 +19,7 @@ return array(
|
||||
'view' => 'charter',
|
||||
'name' => 'Điều lệ hoạt động',
|
||||
'id' => 'investor_relation/charter',
|
||||
'url' => '/admin/?opt=investor_relation&view=charter',
|
||||
'url' => '/admin/investor_relation/charter',
|
||||
),
|
||||
array(
|
||||
'enable' => true ,
|
||||
@@ -27,7 +27,7 @@ return array(
|
||||
'view' => 'governance',
|
||||
'name' => 'Quy chế quản trị',
|
||||
'id' => 'investor_relation/governance',
|
||||
'url' => '/admin/?opt=investor_relation&view=governance',
|
||||
'url' => '/admin/investor_relation/governance',
|
||||
),
|
||||
array(
|
||||
'enable' => true ,
|
||||
@@ -35,7 +35,7 @@ return array(
|
||||
'view' => 'financial_reports',
|
||||
'name' => 'Báo cáo tài chính',
|
||||
'id' => 'investor_relation/financial_reports',
|
||||
'url' => '/admin/?opt=investor_relation&view=financial_reports',
|
||||
'url' => '/admin/investor_relation/financial_reports',
|
||||
),
|
||||
array(
|
||||
'enable' => true ,
|
||||
@@ -43,7 +43,7 @@ return array(
|
||||
'view' => 'info_disclosure',
|
||||
'name' => 'Công bố thông tin',
|
||||
'id' => 'investor_relation/info_disclosure',
|
||||
'url' => '/admin/?opt=investor_relation&view=info_disclosure',
|
||||
'url' => '/admin/investor_relation/info_disclosure',
|
||||
),
|
||||
array(
|
||||
'enable' => true ,
|
||||
@@ -51,7 +51,7 @@ return array(
|
||||
'view' => 'management_report',
|
||||
'name' => 'Báo cáo quản trị',
|
||||
'id' => 'investor_relation/management_report',
|
||||
'url' => '/admin/?opt=investor_relation&view=management_report',
|
||||
'url' => '/admin/investor_relation/management_report',
|
||||
),
|
||||
array(
|
||||
'enable' => true ,
|
||||
@@ -59,7 +59,7 @@ return array(
|
||||
'view' => 'shareholder_meeting',
|
||||
'name' => 'Đại hội cổ đông',
|
||||
'id' => 'investor_relation/shareholder_meeting',
|
||||
'url' => '/admin/?opt=investor_relation&view=shareholder_meeting',
|
||||
'url' => '/admin/investor_relation/shareholder_meeting',
|
||||
),
|
||||
array(
|
||||
'enable' => true ,
|
||||
@@ -67,7 +67,7 @@ return array(
|
||||
'view' => 'whitepaper',
|
||||
'name' => 'Báo cáo bạch',
|
||||
'id' => 'investor_relation/whitepaper',
|
||||
'url' => '/admin/?opt=investor_relation&view=whitepaper',
|
||||
'url' => '/admin/investor_relation/whitepaper',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user