Minahito
minah****@users*****
2006年 10月 7日 (土) 15:45:29 JST
Index: xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php:1.1.2.1.2.1 --- xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php:1.1.2.1 Wed May 17 18:35:39 2006 +++ xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php Sat Oct 7 15:45:29 2006 @@ -54,6 +54,11 @@ $this->_mNavi->addExtra('tpl_type', xoops_getrequest('tpl_type')); $this->_mCriteria->add(new Criteria('tpl_type', array(XOBJ_DTYPE_STRING, xoops_getrequest('tpl_type')))); } + + if (isset($_REQUEST['tpl_file'])) { + $this->_mNavi->addExtra('tpl_file', xoops_getrequest('tpl_file')); + $this->_mCriteria->add(new Criteria('tpl_file', '%' . xoops_getrequest('tpl_file') . '%', 'LIKE')); + } $this->_mNavi->addExtra('sort', $this->mSort);