[xoops-cvslog 2326] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 2月 7日 (火) 19:03:08 JST


Index: xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.4 xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.5
--- xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.4	Sat Feb  4 01:01:38 2006
+++ xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php	Tue Feb  7 19:03:08 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: ModuleInstallAction.class.php,v 1.1.2.4 2006/02/03 16:01:38 minahito Exp $
+ * @version $Id: ModuleInstallAction.class.php,v 1.1.2.5 2006/02/07 10:03:08 minahito Exp $
  */
 
 require_once XOOPS_BASE_PATH."/admin/actions/AbstractModuleInstallAction.class.php";
@@ -71,10 +71,9 @@
 
 	function executeViewInput(&$controller, &$xoopsUser, &$renderer)
 	{
-		$renderer->setTemplateName("module_installer_licence.html");
+		$renderer->setTemplateName("module_install.html");
 		$renderer->setAttribute('module', $this->mModuleObject);
-		$renderer->setAttribute('licence', $this->mLicence);
-		$renderer->setAttribute('licenceText', $this->mLicenceText);
+		$renderer->setAttribute('actionForm', $this->mActionForm);
 	}
 }
 


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