Rename CSS class "listing" to "panel"

This commit is contained in:
Frederic Guillot
2017-01-08 11:43:30 -05:00
parent 348f4491ff
commit 6bfafb6e82
25 changed files with 52 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
<div class="page-header">
<h2><?= t('Summary') ?></h2>
</div>
<ul class="listing">
<ul class="panel">
<li><strong><?= $project['is_active'] ? t('Active') : t('Inactive') ?></strong></li>
<?php if ($project['owner_id'] > 0): ?>