<?php

// Grid should never be null. Construct just allows easy access to WPUPG_Grid functions in IDE.
if (is_null($grid)) {
    $grid = new WPUPG_Grid(0);
}
$pagination_style = $grid->pagination_style();
?>

<table id="wpupg_form_pagination_style" class="wpupg_form">
    <tr>
        <td>&nbsp;</td>
        <td><span class="wpupg_label_prefix"><?php 
_e('Background Color', 'wp-ultimate-post-grid');
?>
</span></td>
        <td><span class="wpupg_label_prefix"><?php 
_e('Text Color', 'wp-ultimate-post-grid');
?>
</span></td>
        <td><span class="wpupg_label_prefix"><?php 
_e('Border Color', 'wp-ultimate-post-grid');
?>
</span></td>
    </tr>
    <tr>
        <td><span class="wpupg_label_prefix"><?php 
_e('Default', 'wp-ultimate-post-grid');
?>
</span></td>
        <td>