echo JHTML::_('grid.sort', 'RST_TICKET_STATUS', 'status', $this->sortOrder, $this->sortColumn); ?> </th> <th><?php echo JHTML::_('grid.sort', 'RST_TICKET_STAFF', 'staff', $this->sortOrder, $this->sortColumn); ?> </th> </tr> </thead> <?php $k = 0; $i = 0; $n = count($this->tickets); foreach ($this->tickets as $item) { $grid = JHTML::_('grid.id', $i, $item->id); if (RSTicketsProHelper::isJ25()) { $grid = str_replace('Joomla.isChecked', 'rst_show_bulk(); Joomla.isChecked', $grid); } else { $grid = str_replace('isChecked', 'rst_show_bulk(); isChecked', $grid); } ?> <tr class="row<?php echo $k; ?> rst_priority_color_<?php echo $item->priority_id; ?> "> <td><?php echo $this->pagination->getRowOffset($i); ?>