Show
Ignore:
Timestamp:
07/15/08 01:53:54 (4 months ago)
Author:
aarkerio
Message:

Messages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/messages/admin_listing.ctp

    r639 r652  
    6363</td></tr> 
    6464</table> 
     65<?php 
     66$t  = $html->div(null,$paginator->prev('« '.__('Previous', true),null,null,array('class'=>'disabled')),array('style'=>'width:100px;float:left')); 
     67$t .= $html->div(null,$paginator->next(__('Next', true).' »', null, null, array('class' => 'disabled')),array('style'=>'width:100px;float:right')); 
     68$t .= $html->div(null,$paginator->counter(), array('style'=>'width:200px;float:center')); 
     69 echo  $html->div(null,$t, array('style'=>'font-size:9pt;width:400px;margin:15px auto;')); 
     70?> 
    6571<script language="Javascript" type="text/javascript"> 
    6672    //