Skip to content

Commit b9a3ef4

Browse files
author
Till Brehm
committed
Fixed #3979 Mailbox users unable to save autoresponders
1 parent 5501be8 commit b9a3ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/mailuser/templates/mail_user_autoresponder_edit.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ <h1><tmpl_var name="list_head_txt"></h1>
2828
<input type="hidden" name="id" value="{tmpl_var name='id'}">
2929
<div class="clear"><div class="right">
3030
<button class="btn btn-default formbutton-success" type="button"
31-
value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="mail/mail_user_edit.php">{tmpl_var name='btn_save_txt'}</button>
32-
<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="mail/mail_user_list.php">{tmpl_var name='btn_cancel_txt'}</button>
31+
value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="mailuser/mail_user_autoresponder_edit.php">{tmpl_var name='btn_save_txt'}</button>
32+
<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="mailuser/index.php">{tmpl_var name='btn_cancel_txt'}</button>
3333
</div></div>

0 commit comments

Comments
 (0)