Forráskód Böngészése

Customer Portal: renamed portal related modules (as seen in the about box)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4058 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 éve
szülő
commit
7c4398e906

+ 1 - 1
datamodels/2.x/itop-portal-base/module.itop-portal-base.php

@@ -4,7 +4,7 @@ SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
 	'itop-portal-base/1.0.0', array(
 	// Identification
-	'label' => 'iTop Portal Base',
+	'label' => 'Portal Development Library',
 		'category' => 'Portal',
 	// Setup
 	'dependencies' => array(

+ 1 - 1
datamodels/2.x/itop-portal/module.itop-portal.php

@@ -4,7 +4,7 @@ SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
 	'itop-portal/1.0.0', array(
 	// Identification
-	'label' => 'iTop Portal',
+	'label' => 'Enhanced Customer Portal',
 	'category' => 'Portal',
 	// Setup
 	'dependencies' => array(