Minahito
minah****@users*****
2005年 12月 26日 (月) 20:24:16 JST
Index: xoops2jp/html/modules/base/actions/Misc_SslloginAction.class.php diff -u xoops2jp/html/modules/base/actions/Misc_SslloginAction.class.php:1.1.2.1 xoops2jp/html/modules/base/actions/Misc_SslloginAction.class.php:1.1.2.2 --- xoops2jp/html/modules/base/actions/Misc_SslloginAction.class.php:1.1.2.1 Mon Dec 26 20:00:33 2005 +++ xoops2jp/html/modules/base/actions/Misc_SslloginAction.class.php Mon Dec 26 20:24:16 2005 @@ -1,5 +1,5 @@ <?php -// $Id: Misc_SslloginAction.class.php,v 1.1.2.1 2005/12/26 11:00:33 minahito Exp $ +// $Id: Misc_SslloginAction.class.php,v 1.1.2.2 2005/12/26 11:24:16 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -27,7 +27,7 @@ require_once XOOPS_BASE_PATH."/class/misc/MiscAction.class.php"; -class MiscSslloginAction extends MiscAction +class Misc_SslloginAction extends MiscAction { function execute(&$controller,&$xoopsUser) { @@ -43,7 +43,7 @@ function executeViewIndex(&$controller,&$xoopsUser,&$renderSystem) { - $renderSystem->setTemplateName("base_misc_ssllogin.html"); + $renderSystem->setTemplateName("legacy_misc_ssllogin.html"); $renderSystem->setAttribute("message", @ sprintf(_US_LOGGINGU,$xoopsUser->getVar('uname'))); } } Index: xoops2jp/html/modules/base/actions/Misc_AvatarsAction.class.php diff -u xoops2jp/html/modules/base/actions/Misc_AvatarsAction.class.php:1.1.2.1 xoops2jp/html/modules/base/actions/Misc_AvatarsAction.class.php:1.1.2.2 --- xoops2jp/html/modules/base/actions/Misc_AvatarsAction.class.php:1.1.2.1 Mon Dec 26 20:00:33 2005 +++ xoops2jp/html/modules/base/actions/Misc_AvatarsAction.class.php Mon Dec 26 20:24:16 2005 @@ -1,5 +1,5 @@ <?php -// $Id: Misc_AvatarsAction.class.php,v 1.1.2.1 2005/12/26 11:00:33 minahito Exp $ +// $Id: Misc_AvatarsAction.class.php,v 1.1.2.2 2005/12/26 11:24:16 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -44,7 +44,7 @@ function executeViewIndex(&$controller,&$xoopsUser,&$renderSystem) { - $renderSystem->setTemplateName("base_misc_avatars.html"); + $renderSystem->setTemplateName("legacy_misc_avatars.html"); $renderSystem->setAttribute("avatarsList",$this->mAvatarsList); } } Index: xoops2jp/html/modules/base/actions/Misc_SmiliesAction.class.php diff -u xoops2jp/html/modules/base/actions/Misc_SmiliesAction.class.php:1.1.2.1 xoops2jp/html/modules/base/actions/Misc_SmiliesAction.class.php:1.1.2.2 --- xoops2jp/html/modules/base/actions/Misc_SmiliesAction.class.php:1.1.2.1 Mon Dec 26 20:00:33 2005 +++ xoops2jp/html/modules/base/actions/Misc_SmiliesAction.class.php Mon Dec 26 20:24:16 2005 @@ -1,5 +1,5 @@ <?php -// $Id: Misc_SmiliesAction.class.php,v 1.1.2.1 2005/12/26 11:00:33 minahito Exp $ +// $Id: Misc_SmiliesAction.class.php,v 1.1.2.2 2005/12/26 11:24:16 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -43,7 +43,7 @@ function executeViewIndex(&$controller,&$xoopsUser,&$renderSystem) { - $renderSystem->setTemplateName("base_misc_showpopups.html"); + $renderSystem->setTemplateName("legacy_misc_smilies.html"); $renderSystem->setAttribute("targetName",$this->mTargetName); $renderSystem->setAttribute("smiles",$this->mSmiles); } Index: xoops2jp/html/modules/base/actions/Misc_OnlineAction.class.php diff -u xoops2jp/html/modules/base/actions/Misc_OnlineAction.class.php:1.1.2.1 xoops2jp/html/modules/base/actions/Misc_OnlineAction.class.php:1.1.2.2 --- xoops2jp/html/modules/base/actions/Misc_OnlineAction.class.php:1.1.2.1 Mon Dec 26 20:00:33 2005 +++ xoops2jp/html/modules/base/actions/Misc_OnlineAction.class.php Mon Dec 26 20:24:16 2005 @@ -1,5 +1,5 @@ <?php -// $Id: Misc_OnlineAction.class.php,v 1.1.2.1 2005/12/26 11:00:33 minahito Exp $ +// $Id: Misc_OnlineAction.class.php,v 1.1.2.2 2005/12/26 11:24:16 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -73,7 +73,7 @@ function executeViewIndex(&$controller,&$xoopsUser,&$renderSystem) { - $renderSystem->setTemplateName("base_misc_online.html"); + $renderSystem->setTemplateName("legacy_misc_online.html"); $renderSystem->setAttribute("onlineUsers",$this->mOnlineUsers); } }