mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-27 12: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){ ?>
|
<?php if(count($terms) > 0){ ?>
|
||||||
<table class="table table-striped">
|
<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) {
|
<?php foreach($terms as $term) {
|
||||||
parse_str($term['term'], $s);
|
parse_str($term['term'], $s);
|
||||||
if(isset($s['search'])) {
|
if(isset($s['search'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user