This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnapp/views/table/select_foot.php
2013-04-22 15:50:28 +10:00

12 lines
400 B
PHP

</table>
<footer>
<div class="control-group">
<div class="controls">
<?php echo $button; ?>
<button type="submit" name="Submit" class="form_button" id="all_on">Select All</button>
<button type="submit" name="Submit" class="form_button" id="all_off">Deselect All</button>
<button type="submit" name="Submit" class="form_button" id="toggle">Toggle Select</button>
</div>
</div>
</footer>