[xoops-cvslog 1786] CVS update: xoops2jp/html/modules/legacyRender/admin/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 1月 15日 (日) 21:12:52 JST


Index: xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php:1.1.2.4
--- xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php:1.1.2.3	Sat Jan 14 21:23:12 2006
+++ xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php	Sun Jan 15 21:12:52 2006
@@ -1,5 +1,7 @@
 <?php
 
+require_once XOOPS_MODULE_PATH . "/legacyRender/admin/class/PageNavigator.class.php";
+
 class LegacyRender_AbstractListAction extends LegacyRender_Action
 {
 	var $mObjects = array();
@@ -14,14 +16,14 @@
 	function &_getFilterForm()
 	{
 	}
-	
+
 	function _getBaseUrl()
 	{
 	}
 
 	function getDefaultView(&$controller, &$xoopsUser)
 	{
-		$this->mPageNavi =& new XCube_PageNavigator($this->_getBaseUrl(), 0, XCUBE_PAGENAVI_START | XCUBE_PAGENAVI_PERPAGE);
+		$this->mPageNavi =& new LegacyRender_PageNavigator($this->_getBaseUrl(), 0, XCUBE_PAGENAVI_START | XCUBE_PAGENAVI_PERPAGE);
 
 		$this->mFilter =& $this->_getFilterForm();
 		$this->mFilter->fetch();


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index