<td><?php echo form_dropdown_boolean('filter[is_published]', $filter->is_published, 'onchange="this.form.submit();"'); ?> </td> </tr> </table> </fieldset> <div class='container text-center'><?php echo $pagination_links; ?> </div> <table cellpadding='0' cellspacing='0' class="DataRows"> <tr> <th width="5%"><?php echo form_checkids_header(); ?> </th> <?php echo form_sort_header('name', 'Name'); ?> <th>Code</th> <th>Address</th> <th>Contract Period</th> <th width='5%'>Published</th> <?php echo form_sort_header('update_time', 'Update Time'); ?> <th>Id</th> </tr> <?php
<?php echo jquery_tab_page_close(); echo jquery_tab_page_open('assignments'); ?> <div class='toolbar_sub'> <?php echo toolbar_button('request_attendance', 'Request Attendance'); echo toolbar_button('add_site', 'Add Site', 'glyphicon glyphicon-plus'); echo toolbar_button('remove_site', 'Remove Site', 'glyphicon glyphicon-remove'); ?> </div> <table cellpadding='0' cellspacing='0' class="DataRows"> <tr> <th width="5%"><?php echo form_checkids_header('assignment_check_id'); ?> </th> <th>Shift Type</th> <th>Assign Type</th> <th>Site Name</th> <th>Next Shift</th> </tr> <?php foreach ($assignment_rows as $assignment_row) { ?> <?php echo form_row_color_open(); ?> <td><?php