| | |
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| | | <div class="buttonHolder buttons"> |
| | | <button class="positive iconstxt icoPositive" type="button" |
| | | value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','mail/mail_user_edit.php');"> |
| | | value="{tmpl_var name='btn_save_txt'}" onclick="submitForm('pageForm','mail/mail_user_edit.php');"> |
| | | <span>{tmpl_var name='btn_save_txt'}</span> |
| | | </button> |
| | | <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" |
| | | onClick="loadContent('mail/mail_user_list.php');"> |
| | | onclick="loadContent('mail/mail_user_list.php');"> |
| | | <span>{tmpl_var name='btn_cancel_txt'}</span> |
| | | </button> |
| | | </div> |