Example #1
0
</legend>
    <table border="0" cellpadding="2" cellspacing="0" width="100%">
      <tr>
        <td class="gdsrleft"><?php 
_e("Set", "gd-star-rating");
?>
:</td>
        <td class="gdsrright">
            <select id="srThumbsStyle" name="srThumbsStyle">
                <?php 
GDSRHelper::render_styles_select($gdsr_thumbs, 'starrating');
?>

            </select>
        </td>
      </tr>
      <tr>
        <td class="gdsrleft"><?php 
_e("Size", "gd-star-rating");
?>
:</td>
        <td class="gdsrright">
            <?php 
GDSRHelper::render_thumbs_sizes_tinymce("srThumbsSize");
?>

        </td>
      </tr>
    </table>
</fieldset>