|
76 | 76 | <th scope="col" class="text-center"> |
77 | 77 | <?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.published', $listDirn, $listOrder); ?> |
78 | 78 | </th> |
79 | | - <th scope="col"> |
| 79 | + <th scope="col" class="d-md-table-cell"> |
80 | 80 | <?php echo HTMLHelper::_('searchtools.sort', 'COM_CSP_HEADING_DOCUMENT_URI', 'a.document_uri', $listDirn, $listOrder); ?> |
81 | 81 | </th> |
82 | | - <th scope="col"> |
| 82 | + <th scope="col" class="d-none d-md-table-cell"> |
83 | 83 | <?php echo HTMLHelper::_('searchtools.sort', 'COM_CSP_HEADING_BLOCKED_URI', 'a.blocked_uri', $listDirn, $listOrder); ?> |
84 | 84 | </th> |
85 | | - <th scope="col"> |
| 85 | + <th scope="col" class="d-none d-md-table-cell"> |
86 | 86 | <?php echo HTMLHelper::_('searchtools.sort', 'COM_CSP_HEADING_DIRECTIVE', 'a.directive', $listDirn, $listOrder); ?> |
87 | 87 | </th> |
88 | | - <th scope="col"> |
| 88 | + <th scope="col" class="d-none d-md-table-cell"> |
89 | 89 | <?php echo HTMLHelper::_('searchtools.sort', 'JCLIENT', 'a.client', $listDirn, $listOrder); ?> |
90 | 90 | </th> |
91 | | - <th scope="col"> |
| 91 | + <th scope="col" class="d-none d-md-table-cell"> |
92 | 92 | <?php echo HTMLHelper::_('searchtools.sort', 'COM_CSP_HEADING_CREATED', 'a.created', $listDirn, $listOrder); ?> |
93 | 93 | </th> |
94 | 94 | <th scope="col" class="d-none d-md-table-cell"> |
|
106 | 106 | <td class="text-center"> |
107 | 107 | <?php echo HTMLHelper::_('jgrid.published', $item->published, $i, 'reports.', $canChange, 'cb'); ?> |
108 | 108 | </td> |
109 | | - <th scope="row" class="small d-none d-md-table-cell text-break"> |
| 109 | + <th scope="row" class="small d-md-table-cell text-break"> |
110 | 110 | <?php echo $item->document_uri; ?> |
111 | 111 | </th> |
112 | 112 | <td class="small d-none d-md-table-cell"> |
|
0 commit comments