Skip to content

Commit

Permalink
[4.0] JHhtml namespace
Browse files Browse the repository at this point in the history
Fix the last remaining instances of JHtml - mainly from 3.x updates and new code since the last sweep through

Code review
  • Loading branch information
brianteeman committed Apr 10, 2020
1 parent a37782c commit f88c821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_finder/tmpl/index/default.php
Expand Up @@ -59,7 +59,7 @@
</th>
<?php if (Multilanguage::isEnabled()) : ?>
<th scope="col" style="width:10%" class="nowrap d-none d-md-table-cell">
<?php echo JHtml::_('searchtools.sort', 'JGRID_HEADING_LANGUAGE', 'l.language', $listDirn, $listOrder); ?>
<?php echo HTMLHelper::_('searchtools.sort', 'JGRID_HEADING_LANGUAGE', 'l.language', $listDirn, $listOrder); ?>
</th>
<?php endif; ?>
<th scope="col" style="width:15%" class="text-center d-none d-md-table-cell text-center">
Expand Down
2 changes: 1 addition & 1 deletion components/com_contact/tmpl/contact/default.php
Expand Up @@ -50,7 +50,7 @@
<span class="fas fa-cog" aria-hidden="true"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton-<?php echo $this->item->id; ?>">
<li class="edit-icon"> <?php echo JHtml::_('contacticon.edit', $this->item, $tparams); ?> </li>
<li class="edit-icon"> <?php echo HTMLHelper::_('contacticon.edit', $this->item, $tparams); ?> </li>
</ul>
</div>
</div>
Expand Down

0 comments on commit f88c821

Please sign in to comment.