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

Back to archive index

Minahito minah****@users*****
2006年 10月 12日 (木) 22:57:06 JST


Index: xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.3.2.3 xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:removed
--- xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.3.2.3	Sat Oct  7 15:47:29 2006
+++ xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php	Thu Oct 12 22:57:06 2006
@@ -1,36 +0,0 @@
-<?php
-
-if (!defined('XOOPS_ROOT_PATH')) exit();
-
-require_once XOOPS_ROOT_PATH . "/core/XCube_PageNavigator.class.php";
-
-class LegacyRender_PageNavigator extends XCube_PageNavigator
-{
-	function renderSortUrl()
-	{
-		return parent::renderSortUrl('sort');
-	}
-	
-	function renderHidden($mask = null)
-	{
-		if ($mask == null) {
-			$mask = array();
-		}
-		elseif (!is_array($mask)) {
-			$mask = array($mask);
-		}
-		
-		$ret ="";
-		
-		foreach ($this->mExtra as $key => $value) {
-			if (!in_array($key, $mask)) {
-				$value = htmlspecialchars($value, ENT_QUOTES);
-				$ret .= "<input type=\"hidden\" name=\"${key}\" value=\"${value}\" />";
-			}
-		}
-		
-		return $ret;
-	}
-}
-
-?>
\ No newline at end of file


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