summaryrefslogtreecommitdiff
path: root/app/Template/search
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-08 11:43:30 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-08 11:43:30 -0500
commit6bfafb6e82cfd6096fb51fc91b9b126dcc355bc2 (patch)
tree425b48be3e04f12a0bbac7e8ae0fff15e9e14e6e /app/Template/search
parent348f4491ff3171d06888a868b22868ce2b8b1eab (diff)
Rename CSS class "listing" to "panel"
Diffstat (limited to 'app/Template/search')
-rw-r--r--app/Template/search/activity.php2
-rw-r--r--app/Template/search/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/search/activity.php b/app/Template/search/activity.php
index f1ee9200..2582162b 100644
--- a/app/Template/search/activity.php
+++ b/app/Template/search/activity.php
@@ -22,7 +22,7 @@
</div>
<?php if (empty($values['search'])): ?>
- <div class="listing">
+ <div class="panel">
<h3><?= t('Advanced search') ?></h3>
<p><?= t('Example of query: ') ?><strong>project:"My project" creator:me</strong></p>
<ul>
diff --git a/app/Template/search/index.php b/app/Template/search/index.php
index 405c88cd..9a5f2931 100644
--- a/app/Template/search/index.php
+++ b/app/Template/search/index.php
@@ -22,7 +22,7 @@
</div>
<?php if (empty($values['search'])): ?>
- <div class="listing">
+ <div class="panel">
<h3><?= t('Advanced search') ?></h3>
<p><?= t('Example of query: ') ?><strong>project:"My project" assignee:me due:tomorrow</strong></p>
<ul>