?>
                </ul>
            </td>
            <?php 
        if (NHC && $prefix == "_final" || !NHC && $totalRows_style_type > 0) {
            ?>
            <td>A Best of Show round is enabled for the following <a href="<?php 
            echo $base_url;
            ?>
index.php?section=admin&amp;go=style_types">Style Types</a>:<br />
                <ul>
                    <?php 
            do {
                ?>
                    <li><?php 
                echo $row_style_type['styleTypeName'] . " (" . bos_method($row_style_type['styleTypeBOSMethod']) . " from each table to BOS).";
                ?>
</li>
                    <?php 
            } while ($row_style_type = mysql_fetch_assoc($style_type));
            ?>
                </ul>
            </td>
            <?php 
        }
        ?>
        </tr>
    </tbody>
    </table>
    <?php 
    }
        ?>
	<tr>
    	<td><?php 
        echo $row_style_type['styleTypeName'];
        ?>
</td>
        <td class="data"><?php 
        if ($row_style_type['styleTypeBOS'] == "Y") {
            echo "<span class=\"fa fa-check text-success\"></span>";
        } else {
            echo "<span class=\"fa fa-times text-danger\"></span>";
        }
        ?>
</td>
        <td class="data"><?php 
        echo bos_method($row_style_type['styleTypeBOSMethod']);
        ?>
</td>
        <td class="data">
  		<a href="<?php 
        echo $base_url;
        ?>
index.php?section=admin&amp;go=<?php 
        echo $go;
        ?>
&amp;action=edit&amp;id=<?php 
        echo $row_style_type['id'];
        ?>
" data-toggle="tooltip" data-placement="top" title="Edit <?php 
        echo $row_style_type['styleTypeName'];
        ?>