[xoops-cvslog 4836] CVS update: xoops2jp/html/modules/legacyRender/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 7日 (土) 11:06:46 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.2
--- 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 11:06:46 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);
 


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