Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. - <tr class="listheading">
  2. - [% IF SELF.can_view_all %]
  3. - <th>[% L.sortable_table_header("sender") %]</th>
  4. - [% END %]
  5. - <th>[% L.sortable_table_header("from") %]</th>
  6. - <th>[% L.sortable_table_header("recipients") %]</th>
  7. - <th>[% L.sortable_table_header("subject") %]</th>
  8. - <th>[% L.sortable_table_header("sent_on") %]</th>
  9. - <th>[% L.sortable_table_header("status") %]</th>
  10. - <th>[% L.sortable_table_header("extended_status") %]</th>
  11. - </tr>
  12. + <tr>
  13. + [% IF SELF.can_view_all %]
  14. + <th>[% L.sortable_table_header("sender") %]</th>
  15. + [% END %]
  16. + <th>[% L.sortable_table_header("from") %]</th>
  17. + <th>[% L.sortable_table_header("recipients") %]</th>
  18. + <th>[% L.sortable_table_header("subject") %]</th>
  19. + <th>[% L.sortable_table_header("sent_on") %]</th>
  20. + <th>[% L.sortable_table_header("status") %]</th>
  21. + <th>[% L.sortable_table_header("extended_status") %]</th>
  22. + </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement