} // end entries output
?>
+ <table class="serendipity_admin_list" cellpadding="5" width="100%">
+ <tr>
+ <td>
+ <?php if ($offSet > 0) { ?>
+ <a href="<?php echo $linkPrevious ?>" class="serendipityIconLink"><img src="<?php echo serendipity_getTemplateFile('admin/img/previous.png') ?>" /><?php echo PREVIOUS ?></a>
+ <?php } ?>
+ </td>
+ <td align="right">
+ <?php if ($count == $perPage) { ?>
+ <a href="<?php echo $linkNext ?>" class="serendipityIconLinkRight"><?php echo NEXT ?><img src="<?php echo serendipity_getTemplateFile('admin/img/next.png') ?>" /></a>
+ <?php } ?>
+ </td>
+ </tr>
+ </table>
+
<div class="serendipity_admin_list_item serendipity_admin_list_item_<?php echo (($rows+1) % 2 ? 'even' : 'uneven'); ?>">
<table width="100%" cellspacing="0" cellpadding="3">
<tr>