[xoops-cvslog 6193] CVS update: xoops2jp/html/modules/legacy/admin/blocks

Back to archive index

Minahito minah****@users*****
2007年 2月 26日 (月) 12:22:56 JST


Index: xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php
diff -u xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php:1.1.2.3 xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php:1.1.2.3.2.1
--- xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php:1.1.2.3	Wed Jan 17 16:50:32 2007
+++ xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php	Mon Feb 26 12:22:56 2007
@@ -35,6 +35,7 @@
 	function execute()
 	{
 		$render =& $this->getRenderTarget();
+		$render->setAttribute('legacy_module', 'legacy');
 		$render->setTemplateName('legacy_admin_block_actionsearch.html');
 		
 		$root =& XCube_Root::getSingleton();
Index: xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php
diff -u xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.5.2.2 xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.5.2.3
--- xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.5.2.2	Mon Feb 26 12:13:28 2007
+++ xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php	Mon Feb 26 12:22:56 2007
@@ -53,6 +53,7 @@
 		$controller =& $root->mController;
 		$user =& $root->mController->mRoot->mContext->mXoopsUser;
 		$render =& $this->getRenderTarget();
+		$render->setAttribute('legacy_module', 'legacy');
 		
 		$this->mCurrentModule =& $controller->mRoot->mContext->mXoopsModule;
 		


xoops-cvslog メーリングリストの案内
Back to archive index