Minor fixes to statement, services and internal things

Many misc updates
This commit is contained in:
Deon George
2011-10-14 16:44:12 +11:00
parent 7876a16413
commit 56c11507f4
71 changed files with 2192 additions and 677 deletions

View File

@@ -1,7 +1,7 @@
</table>
<div style="text-align: center;" id="select-menu">
<br/>
<input type="submit" name="Submit" value="View/Edit" class="form_button"/>
<?php echo $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" />