Minahito
minah****@users*****
2006年 1月 15日 (日) 03:28:54 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.4 --- xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.3 Sat Jan 14 21:22:34 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php Sun Jan 15 03:28:54 2006 @@ -28,6 +28,7 @@ $render->setTemplateName("tplfile_list.html"); $render->setAttribute('objects', $this->mObjects); $render->setAttribute('pageNavi', $this->mPageNavi); + $render->setAttribute('filterForm', $this->mFilter); } }