From b9a3ef486ebcde18a5ade37865ff8f397185d24f Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 24 Jul 2016 05:30:59 -0400 Subject: [PATCH] Fixed #3979 Mailbox users unable to save autoresponders --- interface/web/mailuser/templates/mail_user_cc_edit.htm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/mailuser/templates/mail_user_cc_edit.htm b/interface/web/mailuser/templates/mail_user_cc_edit.htm index 0ba06e8..7c59fad 100644 --- a/interface/web/mailuser/templates/mail_user_cc_edit.htm +++ b/interface/web/mailuser/templates/mail_user_cc_edit.htm @@ -7,17 +7,17 @@ <div class="form-group"> <label class="col-sm-3 control-label">{tmpl_var name='email_txt'}</label> - <p class="value">{tmpl_var name='email'}</p> + <div class="col-sm-9"><div class="checkbox">{tmpl_var name='email'}</div></div> </div> <div class="form-group"> <label for="name" class="col-sm-3 control-label">{tmpl_var name='cc_txt'}</label> - <div class="col-sm-9"><input type="text" name="cc" id="cc" value="{tmpl_var name='cc'}" class="form-control" /> {tmpl_var name='name_optional_txt'} {tmpl_var name='cc_note_txt'} + <div class="col-sm-6"><input type="text" name="cc" id="cc" value="{tmpl_var name='cc'}" class="form-control" /></div><div class="col-sm-3 input-sm"> {tmpl_var name='name_optional_txt'} {tmpl_var name='cc_note_txt'} </div></div> <input type="hidden" name="id" value="{tmpl_var name='id'}"> <div class="clear"><div class="right"> - <button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_save_txt'}" onclick="submitForm('pageForm','mailuser/mail_user_cc_edit.php');">{tmpl_var name='btn_save_txt'}</button> - <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="mailuser/index.php"><span>{tmpl_var name='btn_cancel_txt'}</span></button> + <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="mailuser/mail_user_cc_edit.php">{tmpl_var name='btn_save_txt'}</button> + <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> </div></div> \ No newline at end of file -- Gitblit v1.9.1