Example #1
0
?>
            </div>
        </div>
    </div>

    <table class="table table-bordered table-admin">
        <thead>
            <th width="20px"><input type="checkbox" name="toggle" value="" class="js-select_all"></th>
            <?php 
echo joosAdminView::get_listing_param('table_headers');
?>
        </thead>

        <tbody>
            <?php 
echo joosAdminView::get_listing_param('table_body');
?>
        </tbody>
    </table>

    <input type="hidden" name="option" value="<?php 
echo $option;
?>
" />
    <input type="hidden" name="model" value="<?php 
echo joosAutoadmin::get_active_model_name();
?>
"/>
    <input type="hidden" name="menu" value="<?php 
echo joosAutoadmin::get_active_menu_name();
?>