Skip to content

Commit

Permalink
com_search on back-end: Results links opens in backend window instead…
Browse files Browse the repository at this point in the history
… of new Tab (#12626)

* Updated installation language files

* 2fa handeling for mcrypt and openssl (#12497)

* handeling for mcrypt and openssl

* Language changes suggested bei Brian

* search results in new window

* 2fa handeling for mcrypt and openssl (#12497)

* handeling for mcrypt and openssl

* Language changes suggested bei Brian
 (reverted from commit 08d6728)

* Updated installation language files (reverted from commit e504f71)

* language string
  • Loading branch information
brianteeman authored and rdeutz committed Nov 5, 2016
1 parent d6de805 commit e48389a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<?php if ($this->state->get('show_results')) : ?>

<td class="center btns">
<a class="badge <?php if ($item->returns > 0) echo "badge-success"; ?>" href="<?php echo JUri::root(); ?>index.php?option=com_search&amp;view=search&amp;searchword=<?php echo JFilterOutput::stringURLSafe($item->search_term); ?>">
<?php echo $item->returns; ?></a>
<a class="badge <?php if ($item->returns > 0) echo "badge-success"; ?>" target="_blank" href="<?php echo JUri::root(); ?>index.php?option=com_search&amp;view=search&amp;searchword=<?php echo JFilterOutput::stringURLSafe($item->search_term); ?>">
<?php echo $item->returns; ?><span class="icon-out-2"><span class="element-invisible"><?php echo JText::_('JBROWSERTARGET_NEW'); ?></span></span></a>
</td>
<?php else: ?>
<td class="center">
Expand Down

0 comments on commit e48389a

Please sign in to comment.