19 lines
585 B
PHP
19 lines
585 B
PHP
<? echo $javascript->link('job_grid'); ?>
|
|
|
|
<? /*
|
|
echo $paginator->counter(array(
|
|
'format' => __('Page %page% of %pages%, showing %current% Jobs out of %count% total, starting on record %start%, ending on %end%', true)
|
|
));
|
|
?>
|
|
|
|
<div class="paging">
|
|
|
|
<?php echo $paginator->prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
|
|
| <?php echo $paginator->numbers();?>
|
|
<?php echo $paginator->next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
|
|
</div>
|
|
|
|
*/ ?>
|
|
<table id="grid" style="overflow: hidden;"></table>
|
|
|
|
<div id="gridpager"></div>
|