Skip to content

Commit

Permalink
Center status header
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed May 28, 2020
1 parent bd63b3c commit a82fc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@
<td class="w-1 text-center">
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1">
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.state', $listDirn, $listOrder); ?>
</th>
<th scope="col">
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/tmpl/index/default.php
Expand Up @@ -47,7 +47,7 @@
<td class="w-1 text-center">
<?php echo HTMLHelper::_('grid.checkall'); ?>
</td>
<th scope="col" class="w-1">
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'l.published', $listDirn, $listOrder); ?>
</th>
<th scope="col">
Expand Down

0 comments on commit a82fc9a

Please sign in to comment.