Changeset 621 for trunk/app/views/news/display.ctp
- Timestamp:
- 07/03/08 12:02:14 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/display.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/display.ctp
r620 r621 51 51 echo '</div>'; 52 52 endforeach; 53 54 $t = $html->div(null,$paginator->prev('« Previous ',null,null,array('class'=>'disabled')),array('style'=>'width:100px;float:left')); 55 $t .= $html->div(null, $paginator->next(' Next »', null, null, array('class' => 'disabled')),array('style'=>'width:100px;float:right')); 56 $t .= $html->div(null,$paginator->counter(), array('style'=>'width:200px;float:center')); 57 echo $html->div(null,$t, array('style'=>'font-size:9pt;width:400px;margin:15px auto;')); 53 58 ?>
