|
@@ -8,9 +8,12 @@ |
|
|
block discarded – undo |
|
8
|
8
|
</tr> |
|
9
|
9
|
</tbody> |
|
10
|
10
|
</table> |
|
11
|
|
-<?php else : ?> |
|
|
11
|
+<?php else { |
|
|
12
|
+ : ?> |
|
12
|
13
|
<form method="get" class="glbb-queries-filter"> |
|
13
|
|
- <input class="glbb-input" type="text" name="glbb_query_filter" id="glbb_query_filter" placeholder="<?= __('Find Queries Containing', 'blackbar'); ?>"> |
|
|
14
|
+ <input class="glbb-input" type="text" name="glbb_query_filter" id="glbb_query_filter" placeholder="<?= __('Find Queries Containing', 'blackbar'); |
|
|
15
|
+} |
|
|
16
|
+?>"> |
|
14
|
17
|
<input class="glbb-input glbb-input-small" type="text" name="glbb_query_min_time" id="glbb_query_min_time" placeholder="<?= __('Minimum Execution Time', 'blackbar'); ?>"> |
|
15
|
18
|
<select class="glbb-input" name="glbb_query_sort" id="glbb_query_sort"> |
|
16
|
19
|
<option value><?= __('Sort by execution order', 'blackbar'); ?></option> |
Please login to merge, or discard this patch.