Removed unnessary files as a result of new theme work
This commit is contained in:
@@ -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>
|
@@ -1 +0,0 @@
|
||||
</table>
|
@@ -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>
|
@@ -1 +0,0 @@
|
||||
<tr><td>Other</td><td colspan="<?php echo count($td)-1; ?>"><?php printf('(%s) %s',$count,$other); ?></td></tr>
|
@@ -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>
|
@@ -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>
|
@@ -1,2 +0,0 @@
|
||||
<table class="list-box-left" border="0" id="select-table">
|
||||
<tr class="list-head"><th> </th><th><?php echo implode('</th><th>',$th); ?></th></tr>
|
@@ -1 +0,0 @@
|
||||
<tr><td>Other</td><td colspan="<?php echo count($td)-1; ?>"><?php printf('(%s) %s',$count,$other); ?></td></tr>
|
Reference in New Issue
Block a user