123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php /* Smarty version 2.6.6, created on 2009-04-09 08:06:52
- compiled from listButtons.tpl */ ?>
- <table class="report_list_buttons">
- <tr>
- <td>
- <?php echo $this->_tpl_vars['label_records']; ?>
- : <?php echo $this->_tpl_vars['total_recs']; ?>
- <?php if ($this->_tpl_vars['text_message']): ?>
- /
- <?php endif; ?>
- </td>
- <?php echo $this->_tpl_vars['text_message']; ?>
- <td>
- </td>
- <td> </td>
- <td>
- <?php echo $this->_tpl_vars['button_first']; ?>
- <?php echo $this->_tpl_vars['button_prev']; ?>
- <?php echo $this->_tpl_vars['button_view']; ?>
- <?php echo $this->_tpl_vars['button_change']; ?>
- <?php echo $this->_tpl_vars['button_copy']; ?>
- <?php echo $this->_tpl_vars['button_delete']; ?>
- <?php echo $this->_tpl_vars['button_next']; ?>
- <?php echo $this->_tpl_vars['button_last']; ?>
- <?php echo $this->_tpl_vars['button_goto']; echo $this->_tpl_vars['select_goto']; ?>
- <?php echo $this->_tpl_vars['button_rtfgen']; ?>
- </td>
- </tr></table>
|