[pLog-svn] r3773 - plog/trunk/templates/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jul 22 22:05:21 GMT 2006


Author: jondaley
Date: 2006-07-22 22:05:20 +0000 (Sat, 22 Jul 2006)
New Revision: 3773

Modified:
   plog/trunk/templates/admin/menus.xml
Log:
You can't use the same name for a 2nd and 3rd level menu name.  This could be renamed pluginCenterSection if we wanted, but seems like we don't need a section for 'plugincenter' anyway

Modified: plog/trunk/templates/admin/menus.xml
===================================================================
--- plog/trunk/templates/admin/menus.xml	2006-07-22 20:05:25 UTC (rev 3772)
+++ plog/trunk/templates/admin/menus.xml	2006-07-22 22:05:20 UTC (rev 3773)
@@ -78,12 +78,10 @@
 			<resourcesSettings url="?op=editSiteSettings&amp;show=resources" siteAdmin="1" />
 			<searchSettings url="?op=editSiteSettings&amp;show=search" siteAdmin="1" />
 		</GlobalSettings>
-		<pluginCenter ignoreBreadCrumbs="1">
+		<Miscellaneous ignoreBreadCrumbs="1">
+          <cleanUp url="?op=cleanUp" siteAdmin="1" />
 		  <pluginCenter url="?op=pluginCenter" siteAdmin="1" />
-		</pluginCenter>
-		<cleanUpSection ignoreBreadCrums="1">
-			<cleanUp url="?op=cleanUp" siteAdmin="1" />
-		</cleanUpSection>
+		</Miscellaneous>
 	</adminSettings>
 	<Logout url="?op=Logout" /> 
 </menu>



More information about the pLog-svn mailing list