[pLog-svn] r6297 - in plugins/branches/lifetype-1.2/iconize: . locale templates

reto at devel.lifetype.net reto at devel.lifetype.net
Sun Apr 6 12:51:21 EDT 2008


Author: reto
Date: 2008-04-06 12:51:20 -0400 (Sun, 06 Apr 2008)
New Revision: 6297

Modified:
   plugins/branches/lifetype-1.2/iconize/locale/locale_de_DE.php
   plugins/branches/lifetype-1.2/iconize/locale/locale_en_UK.php
   plugins/branches/lifetype-1.2/iconize/pluginiconize.class.php
   plugins/branches/lifetype-1.2/iconize/templates/iconize.template
Log:
fixed the navigation for the plugin settings page.

Modified: plugins/branches/lifetype-1.2/iconize/locale/locale_de_DE.php
===================================================================
--- plugins/branches/lifetype-1.2/iconize/locale/locale_de_DE.php	2008-04-04 18:27:48 UTC (rev 6296)
+++ plugins/branches/lifetype-1.2/iconize/locale/locale_de_DE.php	2008-04-06 16:51:20 UTC (rev 6297)
@@ -1,6 +1,5 @@
 <?php
 $messages["iconize"] = "Iconize";
-$messages["IcoNize"] = "Iconize";
 $messages["iconizewatch"] = "Iconize";
 $messages["iconize_plugin"] = "Iconize Einstellungen";
 $messages["iconize_plugin_enabled"] = "Plugin aktivieren";
@@ -9,4 +8,4 @@
 
 $messages["iconize_error_iconize"] = "Bitte das Plugin aktivieren.";
 $messages["iconize_settings_saved_ok"] = "Iconize Einstellungen erfolgreich gespeichert!";
-?>
\ No newline at end of file
+?>

Modified: plugins/branches/lifetype-1.2/iconize/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.2/iconize/locale/locale_en_UK.php	2008-04-04 18:27:48 UTC (rev 6296)
+++ plugins/branches/lifetype-1.2/iconize/locale/locale_en_UK.php	2008-04-06 16:51:20 UTC (rev 6297)
@@ -1,6 +1,5 @@
 <?php
 $messages["iconize"] = "Iconize";
-$messages["IcoNize"] = "Iconize";
 $messages["iconizewatch"] = "Iconize";
 $messages["iconize_plugin"] = "Iconize Settings";
 $messages["iconize_plugin_enabled"] = "Enable Plugin";

Modified: plugins/branches/lifetype-1.2/iconize/pluginiconize.class.php
===================================================================
--- plugins/branches/lifetype-1.2/iconize/pluginiconize.class.php	2008-04-04 18:27:48 UTC (rev 6296)
+++ plugins/branches/lifetype-1.2/iconize/pluginiconize.class.php	2008-04-06 16:51:20 UTC (rev 6297)
@@ -40,7 +40,7 @@
 			$menu =& Menu::getMenu();
             if( !$menu->entryExists( "/menu/controlCenter/manageAppearancePlugins" ))                       
                 $this->addMenuEntry( "/menu/controlCenter", "manageAppearancePlugins", "");
-			$this->addMenuEntry( "/menu/controlCenter/manageAppearancePlugins", "Iconize", "?op=iconize");
+			$this->addMenuEntry( "/menu/controlCenter/manageAppearancePlugins", "iconize", "?op=iconize");
 		}
 
 		function register()

Modified: plugins/branches/lifetype-1.2/iconize/templates/iconize.template
===================================================================
--- plugins/branches/lifetype-1.2/iconize/templates/iconize.template	2008-04-04 18:27:48 UTC (rev 6296)
+++ plugins/branches/lifetype-1.2/iconize/templates/iconize.template	2008-04-06 16:51:20 UTC (rev 6297)
@@ -1,5 +1,5 @@
 {include file="$admintemplatepath/header.template"}
-{include file="$admintemplatepath/navigation.template" showOpt=IcoNize title=$locale->tr("iconize_plugin")}
+{include file="$admintemplatepath/navigation.template" showOpt=iconize title=$locale->tr("iconize_plugin")}
 
 <form name="iconizePluginConfig" action="admin.php" method="post">
  <fieldset class="inputField">



More information about the pLog-svn mailing list