</a>
        <a class="nav-tab" href="admin.php?page=seating_chart&amp;seating_chart_action=add_seat&amp;seating_chart_id=<?php 
echo $seating_chart_id;
?>
">+ <?php 
_e('Add Seat', 'event_espresso');
?>
</a>
	</h2>
    <!-- <h2>Edit Seats</h2> -->
    

    <!-- START: Edit Single Chart  -->

    <?php 
$seats = seating_chart::get_seat_list($seating_chart_id, 'asc');
if (count($seats) > 0) {
    ?>

	<!-- Bulk Edit and Add -->
    <h2 style="margin-bottom:20px;margin-top:20px;"><?php 
    echo $seating_chart->name;
    ?>
 - <?php 
    _e('Seat List', 'event_espresso');
    ?>
</h2>
    <div class="clear"></div>
	<form name="frm_bulk_seat_action" id="frm_bulk_seat_action" method="post" action="<?php 
    echo $_SERVER['REQUEST_URI'];
    ?>