Skip to content

Commit

Permalink
crypsisb3: some more icon updates Kunena#4691 Port K50 (Kunena#4739)
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Oct 10, 2016
1 parent 590e82a commit 327f93d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
Expand Up @@ -44,7 +44,7 @@
<?php echo KunenaIcons::ip(); ?>
<span class="ip"> <?php echo $this->ipLink; ?> </span>
<?php endif; ?>
<span class="glyphicon glyphicon-time"></span>
<?php echo KunenaIcons::clock();?>
<?php echo $message->getTime()->toSpan('config_post_dateformat', 'config_post_dateformat_hover'); ?>
<a href="#<?php echo $this->message->id; ?>" id="<?php echo $this->message->id; ?>" rel="canonical">#<?php echo $this->numLink; ?></a>
</small>
Expand Down Expand Up @@ -92,7 +92,7 @@
<?php if ($attachment->isVideo()) :
echo $attachment->getLayout()->render('video'); ?>
<?php endif; ?>
<li class="col-md-3 center">
<li class="col-md-3 text-center">
<div class="thumbnail">
<?php echo $attachment->getLayout()->render('thumbnail'); ?>
<?php echo $attachment->getLayout()->render('textlink'); ?>
Expand Down Expand Up @@ -155,15 +155,15 @@
if (!empty($this->thankyou_delete[$userid]))
{
$list[] = $thank . ' <a title="' . JText::_('COM_KUNENA_BUTTON_THANKYOU_REMOVE_LONG') . '" href="'
. $this->thankyou_delete[$userid] . '"><i class="glyphicon glyphicon-remove"></i></a>';
. $this->thankyou_delete[$userid] . '">' . KunenaIcons::cancel() . '</a>';
}
else
{
$list[] = $thank;
}
}

echo '<i class="glyphicon glyphicon-thumbs-up"></i>' . JText::_('COM_KUNENA_THANKYOU') . ': ' . implode(', ', $list) . ' ';
echo KunenaIcons::thumbsup() . JText::_('COM_KUNENA_THANKYOU') . ': ' . implode(', ', $list) . ' ';
if ($this->more_thankyou)
{
echo JText::sprintf('COM_KUNENA_THANKYOU_MORE_USERS', $this->more_thankyou);
Expand Down
Expand Up @@ -84,19 +84,19 @@
</div>
<div class="pull-right">
<?php if ($userTopic->favorite) : ?>
<i class="glyphicon glyphicon-star hasTooltip" title="<?php echo JText::_('COM_KUNENA_FAVORITE'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_FAVORITE'); ?>"><?php echo KunenaIcons::star(); ?></span>
<?php endif; ?>

<?php if ($userTopic->posts) : ?>
<i class="glyphicon glyphicon-flag hasTooltip" title="<?php echo JText::_('COM_KUNENA_MYPOSTS'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_MYPOSTS'); ?>"><?php echo KunenaIcons::flag(); ?></span>
<?php endif; ?>

<?php if ($this->topic->attachments) : ?>
<i class="glyphicon glyphicon-paperclip hasTooltip" title="<?php echo JText::_('COM_KUNENA_ATTACH'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_ATTACH'); ?>"><?php echo KunenaIcons::attach(); ?></span>
<?php endif; ?>

<?php if ($this->topic->poll_id && $category->allow_polls) : ?>
<i class="glyphicon glyphicon-stats hasTooltip" title="<?php echo JText::_('COM_KUNENA_ADMIN_POLLS'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_ADMIN_POLLS'); ?>"><?php echo KunenaIcons::poll(); ?></span>
<?php endif; ?>
</div>

Expand All @@ -112,7 +112,7 @@
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<i class="glyphicon glyphicon-locked"><?php JText::_('COM_KUNENA_LOCKED'); ?></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
</div>
Expand All @@ -129,7 +129,7 @@
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<i class="glyphicon glyphicon-locked"><?php JText::_('COM_KUNENA_LOCKED'); ?></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
</div>
Expand Down
Expand Up @@ -85,19 +85,19 @@
</div>
<div class="pull-right">
<?php if ($userTopic->favorite) : ?>
<i class="glyphicon glyphicon-star hasTooltip" title="<?php echo JText::_('COM_KUNENA_FAVORITE'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_FAVORITE'); ?>"><?php echo KunenaIcons::star(); ?></span>
<?php endif; ?>

<?php if ($userTopic->posts) : ?>
<i class="glyphicon glyphicon-flag hasTooltip" title="<?php echo JText::_('COM_KUNENA_MYPOSTS'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_MYPOSTS'); ?>"><?php echo KunenaIcons::flag(); ?></span>
<?php endif; ?>

<?php if ($this->topic->attachments) : ?>
<i class="glyphicon glyphicon-paperclip hasTooltip" title="<?php echo JText::_('COM_KUNENA_ATTACH'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_ATTACH'); ?>"><?php echo KunenaIcons::attach(); ?></span>
<?php endif; ?>

<?php if ($this->topic->poll_id && $category->allow_polls) : ?>
<i class="glyphicon glyphicon-stats hasTooltip" title="<?php echo JText::_('COM_KUNENA_ADMIN_POLLS'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_ADMIN_POLLS'); ?>"><?php echo KunenaIcons::poll(); ?></span>
<?php endif; ?>
</div>

Expand All @@ -116,7 +116,7 @@ class="ktopic-category"> <?php echo JText::sprintf('COM_KUNENA_CATEGORY_X', $thi
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<i class="glyphicon glyphicon-locked"><?php JText::_('COM_KUNENA_LOCKED'); ?></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
</div>
Expand All @@ -133,7 +133,7 @@ class="ktopic-category"> <?php echo JText::sprintf('COM_KUNENA_CATEGORY_X', $thi
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<i class="glyphicon glyphicon-locked"><?php JText::_('COM_KUNENA_LOCKED'); ?></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
</div>
Expand All @@ -142,8 +142,6 @@ class="ktopic-category"> <?php echo JText::sprintf('COM_KUNENA_CATEGORY_X', $thi
<div class="pull-left">
<?php echo $this->subLayout('Widget/Pagination/List')->set('pagination', $topicPages)->setLayout('simple'); ?>
</div>


</td>

<td class="col-md-2 hidden-xs">
Expand Down
Expand Up @@ -94,19 +94,19 @@
</div>
<div class="pull-right">
<?php if ($userTopic->favorite) : ?>
<i class="glyphicon glyphicon-star hasTooltip" title="<?php echo JText::_('COM_KUNENA_FAVORITE'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_FAVORITE'); ?>"><?php echo KunenaIcons::star(); ?></span>
<?php endif; ?>

<?php if ($userTopic->posts) : ?>
<i class="glyphicon glyphicon-flag hasTooltip" title="<?php echo JText::_('COM_KUNENA_MYPOSTS'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_MYPOSTS'); ?>"><?php echo KunenaIcons::flag(); ?></span>
<?php endif; ?>

<?php if ($this->topic->attachments) : ?>
<i class="glyphicon glyphicon-paperclip hasTooltip" title="<?php echo JText::_('COM_KUNENA_ATTACH'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_ATTACH'); ?>"><?php echo KunenaIcons::attach(); ?></span>
<?php endif; ?>

<?php if ($this->topic->poll_id && $category->allow_polls) : ?>
<i class="glyphicon glyphicon-stats hasTooltip" title="<?php echo JText::_('COM_KUNENA_ADMIN_POLLS'); ?>"></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_ADMIN_POLLS'); ?>"><?php echo KunenaIcons::poll(); ?></span>
<?php endif; ?>
</div>

Expand All @@ -121,7 +121,7 @@
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<i class="glyphicon glyphicon-locked"><?php JText::_('COM_KUNENA_LOCKED'); ?></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
</div>
Expand All @@ -141,7 +141,7 @@ class="ktopic-category"> <?php echo JText::sprintf('COM_KUNENA_CATEGORY_X', $thi
* </span> */ ?>
<?php if ($topic->locked != 0) : ?>
<span class="label label-important">
<i class="glyphicon glyphicon-locked"><?php JText::_('COM_KUNENA_LOCKED'); ?></i>
<span data-toggle="tooltip" title="<?php echo JText::_('COM_KUNENA_LOCKED'); ?>"><?php echo KunenaIcons::lock(); ?></span>
</span>
<?php endif; ?>
</div>
Expand Down

0 comments on commit 327f93d

Please sign in to comment.