mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 21:10:12 +01:00
Removed Delete Placeholder
This commit is contained in:
parent
30388bd1c3
commit
b93dff95cf
@ -4,7 +4,7 @@
|
||||
|
||||
<?php if(count($terms) > 0){ ?>
|
||||
<table class="table table-striped">
|
||||
<thead><tr><th>Query Name</th><th>D?</th></thead>
|
||||
<thead><tr><th>Query Name</th><th> </th></thead>
|
||||
<?php foreach($terms as $term) {
|
||||
parse_str($term['term'], $s);
|
||||
if(isset($s['search'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user