Skip to content

Commit

Permalink
crypsisb3: update icons/label Kunena#4693 Port K50
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle Kok committed Oct 10, 2016
1 parent 327f93d commit 9563566
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -91,8 +91,8 @@
* <?php echo JText::_('COM_KUNENA_TOPIC_ROW_TABLE_LABEL_QUESTION'); ?>
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<i class="icon-locked"><?php JText::_('COM_KUNENA_LOCKED'); ?></i>
<span class="label label-warning">
<?php echo KunenaIcons::lock(); ?> <?php JText::_('COM_KUNENA_LOCKED'); ?>
</span>
<?php endif; ?>
</div>
Expand Down
Expand Up @@ -111,7 +111,7 @@
* <?php echo JText::_('COM_KUNENA_TOPIC_ROW_TABLE_LABEL_QUESTION'); ?>
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<span class="label label-warning">
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
Expand All @@ -128,7 +128,7 @@
* <?php echo JText::_('COM_KUNENA_TOPIC_ROW_TABLE_LABEL_QUESTION'); ?>
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<span class="label label-warning">
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
Expand Down
Expand Up @@ -115,7 +115,7 @@ class="ktopic-category"> <?php echo JText::sprintf('COM_KUNENA_CATEGORY_X', $thi
* <?php echo JText::_('COM_KUNENA_TOPIC_ROW_TABLE_LABEL_QUESTION'); ?>
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<span class="label label-warning">
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
Expand All @@ -132,7 +132,7 @@ class="ktopic-category"> <?php echo JText::sprintf('COM_KUNENA_CATEGORY_X', $thi
* <?php echo JText::_('COM_KUNENA_TOPIC_ROW_TABLE_LABEL_QUESTION'); ?>
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<span class="label label-warning">
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
Expand Down
Expand Up @@ -120,7 +120,7 @@
* <?php echo JText::_('COM_KUNENA_TOPIC_ROW_TABLE_LABEL_QUESTION'); ?>
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<span class="label label-warning">
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
Expand All @@ -140,7 +140,7 @@ class="ktopic-category"> <?php echo JText::sprintf('COM_KUNENA_CATEGORY_X', $thi
* <?php echo JText::_('COM_KUNENA_TOPIC_ROW_TABLE_LABEL_QUESTION'); ?>
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<span class="label label-warning">
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
Expand Down

0 comments on commit 9563566

Please sign in to comment.