Minahito
minah****@users*****
2006年 2月 2日 (木) 21:27:20 JST
Index: xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php:1.1.2.3 --- xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php:1.1.2.2 Thu Feb 2 21:05:15 2006 +++ xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php Thu Feb 2 21:27:19 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: ModuleUninstallAction.class.php,v 1.1.2.2 2006/02/02 12:05:15 minahito Exp $ + * @version $Id: ModuleUninstallAction.class.php,v 1.1.2.3 2006/02/02 12:27:19 minahito Exp $ */ require_once XOOPS_BASE_PATH . "/admin/actions/AbstractModuleInstallAction.class.php"; @@ -32,7 +32,7 @@ function executeViewIndex(&$controller,&$xoopsUser,&$renderer) { - $renderer->setTemplateName("module_uninstall_confirm.html"); + $renderer->setTemplateName("module_uninstall.html"); $renderer->setAttribute('actionForm',$this->mActionForm); $renderer->setAttribute('module',$this->mModuleObject); } Index: xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.3 --- xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.2 Thu Feb 2 21:11:01 2006 +++ xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php Thu Feb 2 21:27:19 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: ModuleInstallAction.class.php,v 1.1.2.2 2006/02/02 12:11:01 minahito Exp $ + * @version $Id: ModuleInstallAction.class.php,v 1.1.2.3 2006/02/02 12:27:19 minahito Exp $ */ require_once XOOPS_BASE_PATH."/admin/actions/AbstractModuleInstallAction.class.php"; @@ -64,7 +64,7 @@ $renderer->setTemplateName("module_installer.html"); } else { - $renderer->setTemplateName("module_install_confirm.html"); + $renderer->setTemplateName("module_install.html"); } } Index: xoops2jp/html/modules/base/admin/actions/ModuleUpdateAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ModuleUpdateAction.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/actions/ModuleUpdateAction.class.php:1.1.2.3 --- xoops2jp/html/modules/base/admin/actions/ModuleUpdateAction.class.php:1.1.2.2 Thu Feb 2 21:01:27 2006 +++ xoops2jp/html/modules/base/admin/actions/ModuleUpdateAction.class.php Thu Feb 2 21:27:19 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: ModuleUpdateAction.class.php,v 1.1.2.2 2006/02/02 12:01:27 minahito Exp $ + * @version $Id: ModuleUpdateAction.class.php,v 1.1.2.3 2006/02/02 12:27:19 minahito Exp $ */ require_once XOOPS_BASE_PATH . "/admin/actions/AbstractModuleInstallAction.class.php"; @@ -29,7 +29,7 @@ function executeViewIndex(&$controller,&$xoopsUser,&$renderer) { - $renderer->setTemplateName("module_update_confirm.html"); + $renderer->setTemplateName("module_update.html"); $renderer->setAttribute('module',$this->mModuleObject); $renderer->setAttribute('actionForm',$this->mActionForm); }