1234567891011121314151617181920212223242526272829303132 |
- <?php /* Smarty version 2.6.6, created on 2009-03-30 12:45:56
- compiled from recordButtons.tpl */ ?>
- <table class="report_record_buttons">
- <tr>
- <?php echo $this->_tpl_vars['text_message']; ?>
- <td>
- <?php echo $this->_tpl_vars['button_mail']; ?>
- <?php echo $this->_tpl_vars['button_document']; ?>
- <?php if ($this->_tpl_vars['title'] == 'NAGA'): ?>
- <?php echo $this->_tpl_vars['button_rtfgen_detail']; ?>
- <?php elseif ($this->_tpl_vars['title'] == "SC-TuZ"): ?>
- <?php echo $this->_tpl_vars['button_rtfgen_detailsc']; ?>
- <?php endif; ?>
- <?php echo $this->_tpl_vars['button_save']; ?>
- <?php echo $this->_tpl_vars['button_apply']; ?>
- <?php echo $this->_tpl_vars['button_more']; ?>
- <?php echo $this->_tpl_vars['button_delete']; ?>
- <?php echo $this->_tpl_vars['button_change']; ?>
- <?php echo $this->_tpl_vars['button_cancel']; ?>
- </td>
- </tr></table>
|