Index: /temp/trunk/html/js/admin.js
===================================================================
--- /temp/trunk/html/js/admin.js	(revision 5934)
+++ /temp/trunk/html/js/admin.js	(revision 6377)
@@ -125,4 +125,11 @@
 }
 
+// ¥Ú¡¼¥¸¥Ê¥Ó¤Ç»ÈÍÑ¤¹¤ë(mode = searchÀìÍÑ)
+function fnNaviSearchOnlyPage(pageno) {
+	document.form1['search_pageno'].value = pageno;
+	document.form1['mode'].value = 'search';
+	document.form1.submit();
+}
+
 // ¥Ú¡¼¥¸¥Ê¥Ó¤Ç»ÈÍÑ¤¹¤ë(form2)
 function fnNaviSearchPage2(pageno) {
Index: /temp/trunk/html/admin/order/status.php
===================================================================
--- /temp/trunk/html/admin/order/status.php	(revision 6375)
+++ /temp/trunk/html/admin/order/status.php	(revision 6377)
@@ -114,5 +114,5 @@
 	
 	// ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ
-	$objNavi = new SC_PageNavi($pageno, $linemax, $page_max, "fnNaviSearchPage", NAVI_PMAX);
+	$objNavi = new SC_PageNavi($pageno, $linemax, $page_max, "fnNaviSearchPage2", NAVI_PMAX);
 	$objPage->tpl_strnavi = $objNavi->strnavi;		// É½¼¨Ê¸»úÎó
 	$startno = $objNavi->start_row;
Index: /temp/trunk/data/class/SC_PageNavi.php
===================================================================
--- /temp/trunk/data/class/SC_PageNavi.php	(revision 6376)
+++ /temp/trunk/data/class/SC_PageNavi.php	(revision 6377)
@@ -56,5 +56,5 @@
 			//¡ÖÁ°¤Ø¡×¡Ö¼¡¤Ø¡×¤ÎÀßÄê
 			if ($this->now_page > 1) {
-				$before="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) - 1) . "'," . $this->arrPagenavi['mode'] . "); return false;\"><<Á°¤Ø</a> ";
+				$before="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) - 1) . "'); return false;\"><<Á°¤Ø</a> ";
 				$this->arrPagenavi['before'] = ($this->now_page) - 1;
 			}else{
