Added registration and paypal payment
This commit is contained in:
11
modules/lnApp/views/table/select_foot.php
Normal file
11
modules/lnApp/views/table/select_foot.php
Normal file
@@ -0,0 +1,11 @@
|
||||
</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>
|
Reference in New Issue
Block a user