Show
Ignore:
Timestamp:
07/10/08 17:53:04 (5 months ago)
Author:
aarkerio
Message:

Litle changes

Files:
1 modified

Legend:

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

    r625 r637  
    2929</table> 
    3030 
    31 <?php //echo $pagination;  
     31<?php  
     32$t  = $html->div(null,$paginator->prev('« '.__('Previous', true),null,null,array('class'=>'disabled')),array('style'=>'width:100px;float:left')); 
     33$t .= $html->div(null,$paginator->next(__('Next', true).' »', null, null, array('class' => 'disabled')),array('style'=>'width:100px;float:right')); 
     34$t .= $html->div(null,$paginator->counter(), array('style'=>'width:200px;float:center')); 
     35echo  $html->div(null,$t, array('style'=>'font-size:9pt;width:400px;margin:15px auto;')); 
    3236?> 
    3337