Removed unnessary files as a result of new theme work

This commit is contained in:
Deon George
2013-04-26 11:58:48 +10:00
parent 5b2959bda4
commit f9fb355ab6
314 changed files with 0 additions and 37838 deletions

View File

@@ -1,7 +0,0 @@
<tr class="list-data">
<?php foreach ($td as $col => $details) { ?>
<td class="<?php echo $details['class']; ?>">
<?php echo $details['url'] ? sprintf(HTML::anchor($details['url'].$details['value'],$details['value'])) : $details['value']; ?>
</td>
<?php } ?>
</tr>

View File

@@ -1 +0,0 @@
</table>

View File

@@ -1,2 +0,0 @@
<table class="list-box-left" border="0" id="list-table">
<tr class="list-head"><th><?php echo implode('</th><th>',$th); ?></th></tr>

View File

@@ -1 +0,0 @@
<tr><td>Other</td><td colspan="<?php echo count($td)-1; ?>"><?php printf('(%s) %s',$count,$other); ?></td></tr>

View File

@@ -1,8 +0,0 @@
<tr class="list-data">
<td><?php echo Form::checkbox('id[]',$td['id']['value']); ?></td>
<?php foreach ($td as $col => $details) { ?>
<td class="<?php echo $details['class']; ?>">
<?php echo $details['url'] ? sprintf(HTML::anchor($details['url'].$details['value'],$details['value'])) : $details['value']; ?>
</td>
<?php } ?>
</tr>

View File

@@ -1,8 +0,0 @@
</table>
<div style="text-align: center;" id="select-menu">
<br/>
<?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>

View File

@@ -1,2 +0,0 @@
<table class="list-box-left" border="0" id="select-table">
<tr class="list-head"><th>&nbsp;</th><th><?php echo implode('</th><th>',$th); ?></th></tr>

View File

@@ -1 +0,0 @@
<tr><td>Other</td><td colspan="<?php echo count($td)-1; ?>"><?php printf('(%s) %s',$count,$other); ?></td></tr>