Skip to content

Commit

Permalink
com_users notes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 17, 2018
1 parent 3947587 commit a31e85d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions administrator/components/com_users/tmpl/notes/default.php
Expand Up @@ -37,22 +37,22 @@
<table class="table">
<thead>
<tr>
<th style="width:1%" class="nowrap text-center">
<td style="width:1%" class="nowrap text-center">
<?php echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th style="width:1%" class="nowrap text-center">
</td>
<th scope="col" style="width:1%" class="nowrap text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.state', $listDirn, $listOrder); ?>
</th>
<th class="nowrap">
<th scope="col" class="nowrap">
<?php echo HTMLHelper::_('searchtools.sort', 'COM_USERS_HEADING_SUBJECT', 'a.subject', $listDirn, $listOrder); ?>
</th>
<th style="width:20%" class="nowrap d-none d-md-table-cell">
<th scope="col" style="width:20%" class="nowrap d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'COM_USERS_HEADING_USER', 'u.name', $listDirn, $listOrder); ?>
</th>
<th style="width:10%" class="nowrap d-none d-md-table-cell">
<th scope="col" style="width:10%" class="nowrap d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'COM_USERS_HEADING_REVIEW', 'a.review_time', $listDirn, $listOrder); ?>
</th>
<th style="width:1%" class="nowrap d-none d-md-table-cell">
<th scope="col" style="width:1%" class="nowrap d-none d-md-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'JGRID_HEADING_ID', 'a.id', $listDirn, $listOrder); ?>
</th>
</tr>
Expand Down Expand Up @@ -80,7 +80,7 @@
<?php echo HTMLHelper::_('jgrid.published', $item->state, $i, 'notes.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?>
</div>
</td>
<td>
<th scope="row">
<?php if ($item->checked_out) : ?>
<?php echo HTMLHelper::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'notes.', $canCheckin); ?>
<?php endif; ?>
Expand All @@ -95,7 +95,7 @@
<div class="small">
<?php echo Text::_('JCATEGORY') . ': ' . $this->escape($item->category_title); ?>
</div>
</td>
</th>
<td class="d-none d-md-table-cell">
<?php echo $this->escape($item->user_name); ?>
</td>
Expand Down

0 comments on commit a31e85d

Please sign in to comment.