From b36a233cc59db2d66055d4c0ef7a4a79fb9d2226 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Wed, 20 Apr 2016 04:30:44 -0400 Subject: [PATCH] - fixed mailuser interface layout --- interface/web/mailuser/templates/mail_user_cc_edit.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mailuser/templates/mail_user_cc_edit.htm b/interface/web/mailuser/templates/mail_user_cc_edit.htm index b622390..7c59fad 100644 --- a/interface/web/mailuser/templates/mail_user_cc_edit.htm +++ b/interface/web/mailuser/templates/mail_user_cc_edit.htm @@ -7,7 +7,7 @@ <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> -- Gitblit v1.9.1