(14 . 14)(14 . 7)
9519 <?php print_column_headers('edit'); ?>
9520 </tr>
9521 </thead>
9522
9523 <tfoot>
9524 <tr>
9525 <?php print_column_headers('edit', false); ?>
9526 </tr>
9527 </tfoot>
9528
9529 <tbody>
9530 <?php post_rows(); ?>
9531 </tbody>
9532 </table>