[pLog-svn] r3775 - in plog/trunk: locale templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Jul 23 08:25:17 GMT 2006


Author: mark
Date: 2006-07-23 08:25:14 +0000 (Sun, 23 Jul 2006)
New Revision: 3775

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/templates/admin/menus.xml
Log:
Move the pluginCenter as a standalone section.

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-07-22 22:07:20 UTC (rev 3774)
+++ plog/trunk/locale/locale_en_UK.php	2006-07-23 08:25:14 UTC (rev 3775)
@@ -1068,5 +1068,6 @@
 $messages['error_incorrect_username'] = 'The username is not correct, it is already in use or it is too long (maximum 15 characters)';
 
 $messages['Miscellaneous'] = 'Miscellaneous';
+$messages['Plugins'] = 'Plugins';
 
 ?>
\ No newline at end of file

Modified: plog/trunk/templates/admin/menus.xml
===================================================================
--- plog/trunk/templates/admin/menus.xml	2006-07-22 22:07:20 UTC (rev 3774)
+++ plog/trunk/templates/admin/menus.xml	2006-07-23 08:25:14 UTC (rev 3775)
@@ -78,9 +78,11 @@
 			<resourcesSettings url="?op=editSiteSettings&amp;show=resources" siteAdmin="1" />
 			<searchSettings url="?op=editSiteSettings&amp;show=search" siteAdmin="1" />
 		</GlobalSettings>
-		<Miscellaneous ignoreBreadCrumbs="1">
-          <cleanUp url="?op=cleanUp" siteAdmin="1" />
+		<Plugins ignoreBreadCrumbs="1">
 		  <pluginCenter url="?op=pluginCenter" siteAdmin="1" />
+		</Plugins>
+		<Miscellaneous ignoreBreadCrums="1">
+			<cleanUp url="?op=cleanUp" siteAdmin="1" />
 		</Miscellaneous>
 	</adminSettings>
 	<Logout url="?op=Logout" /> 



More information about the pLog-svn mailing list