listButtons.tpl 388 B

12345678910111213141516171819202122232425262728
  1. <table class="report_list_buttons">
  2. <tr>
  3. <td>
  4. {$label_records}: {$total_recs}
  5. {if $text_message}
  6. &nbsp;/&nbsp;
  7. {/if}
  8. </td>
  9. {$text_message}
  10. <td>
  11. </td>
  12. <td>&nbsp;&nbsp;</td>
  13. <td>
  14. {$button_first}
  15. {$button_prev}
  16. {$button_view}
  17. {$button_change}
  18. {$button_copy}
  19. {$button_delete}
  20. {$button_next}
  21. {$button_last}
  22. {$button_goto}{$select_goto}
  23. {$button_rtfgen}
  24. {*$button_print*}
  25. </td>
  26. </tr></table>