Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
#360: fix onboarding for content maps in com:finder
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpoort committed Jun 1, 2018
1 parent 4d1cb8f commit d04f7a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<?php echo JLayoutHelper::render('joomla.searchtools.default', array('view' => $this), null, array('debug' => false)); ?>

<!-- Onboarding -->
<?php echo JLayoutHelper::render('elysio.onboarding', array('text' => JText::_('COM_FINDER_MAPS_NO_CONTENT'), 'displayButton' => false)); ?>
<?php echo JLayoutHelper::render('elysio.onboarding', array('items' => $this->items, 'text' => JText::_('COM_FINDER_MAPS_NO_CONTENT'), 'displayButton' => false)); ?>

<!-- Table -->
<div class="k-table-container<?php echo (!$this->items) ? ' k-hidden' : '' ?>">
Expand Down

0 comments on commit d04f7a3

Please sign in to comment.