[pLog-svn] r4417 - in plugins/branches/lifetype-1.1/openid: . locale

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Sat Dec 23 08:30:15 GMT 2006


Author: pwestbro
Date: 2006-12-23 08:30:15 +0000 (Sat, 23 Dec 2006)
New Revision: 4417

Modified:
   plugins/branches/lifetype-1.1/openid/locale/locale_en_UK.php
   plugins/branches/lifetype-1.1/openid/pluginopenid.class.php
Log:
Moved this plugin out of Appearance, and into Integration Management


Modified: plugins/branches/lifetype-1.1/openid/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.1/openid/locale/locale_en_UK.php	2006-12-23 08:20:43 UTC (rev 4416)
+++ plugins/branches/lifetype-1.1/openid/locale/locale_en_UK.php	2006-12-23 08:30:15 UTC (rev 4417)
@@ -1,5 +1,5 @@
 <?php
-$messages["manageAppearancePlugins"] = "Appearance Management";
+$messages["manageIntegrationPlugins"] = "Integration Management";
 $messages["openid"] = "OpenID";
 
 $messages["openid_plugin_enabled"] = "Enable this plugin";

Modified: plugins/branches/lifetype-1.1/openid/pluginopenid.class.php
===================================================================
--- plugins/branches/lifetype-1.1/openid/pluginopenid.class.php	2006-12-23 08:20:43 UTC (rev 4416)
+++ plugins/branches/lifetype-1.1/openid/pluginopenid.class.php	2006-12-23 08:30:15 UTC (rev 4417)
@@ -40,15 +40,15 @@
 
 		function init()
 		{
-            $this->registerAdminAction( "openidConfig", "PluginOpenidConfigAction" );
+			$this->registerAdminAction( "openidConfig", "PluginOpenidConfigAction" );
 			$this->registerAdminAction( "updateOpenidConfig", "PluginOpenidUpdateConfigAction" );
 			
 			$menu =& Menu::getMenu();
-			if( !$menu->entryExists( "/menu/controlCenter/manageAppearancePlugins" ))						
-				$this->addMenuEntry( "/menu/controlCenter", "manageAppearancePlugins", "", "", true, false );			
-            $this->addMenuEntry( "/menu/controlCenter/manageAppearancePlugins", "openid", "?op=openidConfig", "" );
+			if( !$menu->entryExists( "/menu/controlCenter/manageIntegrationPlugins" ))						
+				$this->addMenuEntry( "/menu/controlCenter", "manageIntegrationPlugins", "", "", true, false );			
+	        $this->addMenuEntry( "/menu/controlCenter/manageIntegrationPlugins", "openid", "?op=openidConfig", "" );            
 		}
-
+ 
 		function register()
 		{
 		    $blogSettings = $this->blogInfo->getSettings();



More information about the pLog-svn mailing list