Added User email viewing
Improved Table::
This commit is contained in:
8
application/views/table/select_foot.php
Normal file
8
application/views/table/select_foot.php
Normal file
@@ -0,0 +1,8 @@
|
||||
</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>
|
Reference in New Issue
Block a user