Changeset 6375
- Timestamp:
- 2006/10/16 16:26:43 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_PageNavi.php (modified) (2 diffs)
-
html/admin/order/status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_PageNavi.php
r5934 r6375 56 56 //¡ÖÁ°¤Ø¡×¡Ö¼¡¤Ø¡×¤ÎÀßÄê 57 57 if ($this->now_page > 1) { 58 $before="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) - 1). "'); return false;\"><<Á°¤Ø</a> ";58 $before="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) - 1) . "," . $this->arrPagenavi['mode'] . "'); return false;\"><<Á°¤Ø</a> "; 59 59 $this->arrPagenavi['before'] = ($this->now_page) - 1; 60 60 }else{ … … 63 63 64 64 if ($this->now_page < $this->max_page) { 65 $next="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) + 1) ."'); return false;\">¼¡¤Ø>></a> ";65 $next="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) + 1) ."'); return false;\">¼¡¤Ø>></a> "; 66 66 $this->arrPagenavi['next'] = ($this->now_page) + 1; 67 67 }else{ -
temp/trunk/html/admin/order/status.php
r6374 r6375 45 45 46 46 case 'search': 47 case 'undefined':48 47 switch($_POST['change_status']){ 49 48
Note: See TracChangeset
for help on using the changeset viewer.
