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.
khosb/application/views/table/select_foot.php

9 lines
427 B
PHP
Raw Normal View History

</table>
<div style="text-align: center;" id="select-menu">
<br/>
<input type="submit" name="Submit" value="View/Edit" class="form_button"/>
<input type="button" name="Submit" value="Select All" class="form_button" id="all_on" />
<input type="button" name="Submit" value="Deselect All" class="form_button" id="all_off" />
<input type="button" name="Submit" value="Toggle Select" class="form_button" id="toggle" />
</div>