diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-08 11:43:30 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-08 11:43:30 -0500 |
commit | 6bfafb6e82cfd6096fb51fc91b9b126dcc355bc2 (patch) | |
tree | 425b48be3e04f12a0bbac7e8ae0fff15e9e14e6e /app/Template/search/index.php | |
parent | 348f4491ff3171d06888a868b22868ce2b8b1eab (diff) |
Rename CSS class "listing" to "panel"
Diffstat (limited to 'app/Template/search/index.php')
-rw-r--r-- | app/Template/search/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |