Skip to content

Commit

Permalink
com-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Sep 2, 2018
1 parent 6f25a54 commit 4fa516b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions administrator/components/com_plugins/tmpl/plugins/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
<th scope="col" class="title">
<?php echo HTMLHelper::_('searchtools.sort', 'COM_PLUGINS_NAME_HEADING', 'name', $listDirn, $listOrder); ?>
</th>
<th scope="col" style="width:10%" class="nowrap d-none d-md-table-cell text-center">
<th scope="col" style="width:10%" class="nowrap d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'COM_PLUGINS_FOLDER_HEADING', 'folder', $listDirn, $listOrder); ?>
</th>
<th scope="col" style="width:10%" class="nowrap d-none d-md-table-cell text-center">
<th scope="col" style="width:10%" class="nowrap d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'COM_PLUGINS_ELEMENT_HEADING', 'element', $listDirn, $listOrder); ?>
</th>
<th scope="col" style="width:10%" class="d-none d-md-table-cell text-center">
<th scope="col" style="width:10%" class="d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'JGRID_HEADING_ACCESS', 'access', $listDirn, $listOrder); ?>
</th>
<th scope="col" style="width:5%" class="nowrap d-none d-md-table-cell text-center">
<th scope="col" style="width:5%" class="nowrap d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'JGRID_HEADING_ID', 'extension_id', $listDirn, $listOrder); ?>
</th>
</tr>
Expand Down Expand Up @@ -113,16 +113,16 @@
<?php echo $item->name; ?>
<?php endif; ?>
</th>
<td class="nowrap small d-none d-md-table-cell text-center">
<td class="nowrap small d-none d-md-table-cell">
<?php echo $this->escape($item->folder); ?>
</td>
<td class="nowrap small d-none d-md-table-cell text-center">
<td class="nowrap small d-none d-md-table-cell">
<?php echo $this->escape($item->element); ?>
</td>
<td class="small d-none d-md-table-cell text-center">
<td class="small d-none d-md-table-cell ">
<?php echo $this->escape($item->access_level); ?>
</td>
<td class="d-none d-md-table-cell text-center">
<td class="d-none d-md-table-cell">
<?php echo (int) $item->extension_id; ?>
</td>
</tr>
Expand Down

0 comments on commit 4fa516b

Please sign in to comment.