%%D0^D0C^D0C41219%%recordButtons.tpl.php 862 B

1234567891011121314151617181920212223242526272829303132
  1. <?php /* Smarty version 2.6.6, created on 2009-03-30 12:45:56
  2. compiled from recordButtons.tpl */ ?>
  3. <table class="report_record_buttons">
  4. <tr>
  5. <?php echo $this->_tpl_vars['text_message']; ?>
  6. <td>
  7. <?php echo $this->_tpl_vars['button_mail']; ?>
  8. <?php echo $this->_tpl_vars['button_document']; ?>
  9. <?php if ($this->_tpl_vars['title'] == 'NAGA'): ?>
  10. <?php echo $this->_tpl_vars['button_rtfgen_detail']; ?>
  11. <?php elseif ($this->_tpl_vars['title'] == "SC-TuZ"): ?>
  12. <?php echo $this->_tpl_vars['button_rtfgen_detailsc']; ?>
  13. <?php endif; ?>
  14. <?php echo $this->_tpl_vars['button_save']; ?>
  15. <?php echo $this->_tpl_vars['button_apply']; ?>
  16. <?php echo $this->_tpl_vars['button_more']; ?>
  17. <?php echo $this->_tpl_vars['button_delete']; ?>
  18. <?php echo $this->_tpl_vars['button_change']; ?>
  19. <?php echo $this->_tpl_vars['button_cancel']; ?>
  20. </td>
  21. </tr></table>