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

@@ -3,7 +3,7 @@
</div>
<?php if (! empty($user['token'])): ?>
<div class="listing">
<div class="panel">
<ul class="no-bullet">
<li><strong><?= $this->url->icon('rss-square', t('RSS feed'), 'FeedController', 'user', array('token' => $user['token']), false, '', '', true) ?></strong></li>
<li><strong><?= $this->url->icon('calendar', t('iCal feed'), 'ICalendarController', 'user', array('token' => $user['token']), false, '', '', true) ?></strong></li>