Skip to content

Commit

Permalink
labels to badges
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed May 3, 2017
1 parent b9643e0 commit 9f3334e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/com_config/view/modules/tmpl/default.php
Expand Up @@ -64,10 +64,10 @@

<div>
<?php echo JText::_('COM_CONFIG_MODULES_MODULE_NAME') ?>
<span class="label label-default"><?php echo $this->item['title'] ?></span>
<span class="badge badge-default"><?php echo $this->item['title'] ?></span>
&nbsp;&nbsp;
<?php echo JText::_('COM_CONFIG_MODULES_MODULE_TYPE') ?>
<span class="label label-default"><?php echo $this->item['module'] ?></span>
<span class="badge badge-default"><?php echo $this->item['module'] ?></span>
</div>
<hr>

Expand Down

0 comments on commit 9f3334e

Please sign in to comment.