Ignore:
Timestamp:
2007/10/29 14:54:24 (16 years ago)
Author:
nanasess
Message:

ページ送りのレイアウト修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_PageNavi.php

    r16585 r16586  
    8282 
    8383            if ($this->now_page < $this->max_page) { 
    84                 $next="<a href=\"". $ps . "\" onclick=\"$func_name('" . (($this->now_page) + 1) ."'); return false;\">次へ&gt;&gt;</a> "; 
     84                $next=" <a href=\"". $ps . "\" onclick=\"$func_name('" . (($this->now_page) + 1) ."'); return false;\">次へ&gt;&gt;</a>"; 
    8585                $this->arrPagenavi['next'] = ($this->now_page) + 1; 
    8686            }else{ 
     
    121121 
    122122                if ($i == $this->now_page) { 
    123                     $page_number .= "<strong>$i</strong> "; 
     123                    $page_number .= "<strong>$i</strong>"; 
    124124                } else { 
    125                     $page_number.="<a href=\"".  $ps . "\" onclick=\"$func_name('$i'); return false;\">$i</a> "; 
     125                    $page_number.="<a href=\"".  $ps . "\" onclick=\"$func_name('$i'); return false;\">$i</a>"; 
    126126                } 
    127127 
Note: See TracChangeset for help on using the changeset viewer.