Show
Ignore:
Timestamp:
07/11/08 23:55:21 (4 months ago)
Author:
aarkerio
Message:

Banners ans faqs

Files:
1 modified

Legend:

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

    r640 r651  
    2424$paginator->options(array('url' => $blog['User']['username'])); 
    2525 
    26 $t  = $html->div(null,$paginator->prev('« Previous ',null,null,array('class'=>'disabled')),array('style'=>'width:100px;float:left')); 
    27 $t .= $html->div(null,$paginator->next(' Next »', null, null, array('class' => 'disabled')),array('style'=>'width:100px;float:right')); 
     26$t  = $html->div(null,$paginator->prev('« '.__('Previous',true),null,null,array('class'=>'disabled')),array('style'=>'width:100px;float:left')); 
     27$t .= $html->div(null,$paginator->next(__('Next', true).' »', null, null, array('class' => 'disabled')),array('style'=>'width:100px;float:right')); 
    2828$t .= $html->div(null,$paginator->counter(), array('style'=>'width:200px;float:center')); 
    2929echo  $html->div(null,$t, array('style'=>'font-size:9pt;width:400px;margin:15px auto;'));