Changeset 621 for trunk/app/views/news

Show
Ignore:
Timestamp:
07/03/08 12:02:14 (5 months ago)
Author:
aarkerio
Message:

Update news

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/news/display.ctp

    r620 r621  
    5151  echo '</div>'; 
    5252endforeach; 
     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')); 
     57echo  $html->div(null,$t, array('style'=>'font-size:9pt;width:400px;margin:15px auto;')); 
    5358?>