File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 <tr >
4242 <th class =" col-xs-1" >{{ knp_pagination_sortable(pagination , ' HEADING_TICKET' | trans, ' t.id' ) }}</th >
4343 <th {% if pagination.isSorted (' t.subject' ) %} class =" sorted" {% endif %}>{{ knp_pagination_sortable(pagination , ' HEADING_SUBJECT' | trans, ' t.subject' ) }}</th >
44- <th {% if pagination.isSorted (' t.userCreated' ) %} class =" sorted {{ direction }} " {% endif %}>{{ knp_pagination_sortable(pagination , ' HEADING_AUTHOR' | trans, ' t.userCreated' ) }}</th >
44+ <th {% if pagination.isSorted (' t.userCreated' ) %} class =" sorted" {% endif %}>{{ knp_pagination_sortable(pagination , ' HEADING_AUTHOR' | trans, ' t.userCreated' ) }}</th >
4545 <th {% if pagination.isSorted (' t.status' ) %} class =" sorted" {% endif %}>{{ knp_pagination_sortable(pagination , ' HEADING_STATUS' | trans, ' t.status' ) }}</th >
4646 <th {% if pagination.isSorted (' t.priority' ) %} class =" sorted" {% endif %}>{{ knp_pagination_sortable(pagination , ' HEADING_PRIORITY' | trans, ' t.priority' ) }}</th >
4747 <th {% if pagination.isSorted (' t.modified' ) %} class =" sorted" {% endif %}>{{ knp_pagination_sortable(pagination , ' HEADING_MODIFIED' | trans, ' t.lastMessage' ) }}</th >
You can’t perform that action at this time.
0 commit comments