?>


    <h2>
        <!-- <span class="button">
            <?php 
    echo create_link("Add New Field", "add", module_extra::link_open_extra_default('new'));
    ?>
        </span> -->
        <?php 
    echo _l('Extra Fields');
    ?>
    </h2>
    <?php 
    $extra_defaults = module_extra::get_defaults();
    $visibility_types = module_extra::get_display_types();
    ?>


    <table width="100%" border="0" cellspacing="0" cellpadding="2" class="tableclass tableclass_rows">
        <thead>
        <tr class="title">
            <th><?php 
    echo _l('Section');
    ?>
</th>
            <th><?php 
    echo _l('Extra Field');
    ?>
</th>
            <th><?php