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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 10月 7日 (土) 15:45:22 JST


Index: xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.8 xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.8.2.1
--- xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.8	Wed May 17 18:36:04 2006
+++ xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php	Sat Oct  7 15:45:22 2006
@@ -66,6 +66,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'));
+		}
 
 		//
 		// @todo We can remove the following code:


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る