diff --git a/public/legacy/modules/EmailMan/tpls/config.tpl b/public/legacy/modules/EmailMan/tpls/config.tpl index 11bb0c88f..33fcb1a9e 100755 --- a/public/legacy/modules/EmailMan/tpls/config.tpl +++ b/public/legacy/modules/EmailMan/tpls/config.tpl @@ -104,8 +104,8 @@ function change_state(radiobutton) { -   -   +   +   {$MOD.LBL_NOTIFY_FROMNAME} {$APP.LBL_REQUIRED_SYMBOL} @@ -176,8 +176,8 @@ function change_state(radiobutton) { {$MOD.LBL_MAIL_SMTPUSER} {$APP.LBL_REQUIRED_SYMBOL} -   -   +   +   {$MOD.LBL_MAIL_SMTPPASS} {$APP.LBL_REQUIRED_SYMBOL} @@ -185,8 +185,8 @@ function change_state(radiobutton) { -   -   +   +   @@ -217,12 +217,12 @@ function change_state(radiobutton) { -   +     -   -   -   +   +   +   @@ -309,20 +309,14 @@ function change_state(radiobutton) { -
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {$MOD.LBL_SECURITY_DESC} -
- {$MOD.LBL_SECURITY_OUTLOOK_DEFAULTS} - -   +
{$MOD.LBL_SECURITY_DESC}
+ +
+
{$MOD.LBL_SECURITY_OUTLOOK_DEFAULTS}
+
+   {literal} {/literal} -
- {$MOD.LBL_SECURITY_TOGGLE_ALL} - -   -
- {$MOD.LBL_SECURITY_APPLET} - -   <applet> - - {$MOD.LBL_SECURITY_BASE} - -   <base> -
- {$MOD.LBL_SECURITY_EMBED} - -   <embed> - - {$MOD.LBL_SECURITY_FORM} - -   <form> -
- {$MOD.LBL_SECURITY_FRAME} - -   <frame> - - {$MOD.LBL_SECURITY_FRAMESET} - -   <frameset> -
- {$MOD.LBL_SECURITY_IFRAME} - -   <iframe> - - {$MOD.LBL_SECURITY_IMPORT} - -   <import> -
- {$MOD.LBL_SECURITY_LAYER} - -   <layer> - - {$MOD.LBL_SECURITY_LINK} - -   <link> -
- {$MOD.LBL_SECURITY_OBJECT} - -   <object> - - {$MOD.LBL_SECURITY_STYLE} - -   <style> -
- {$MOD.LBL_SECURITY_XMP} - -   <xmp> -   
+
+
+ +
+
{$MOD.LBL_SECURITY_TOGGLE_ALL}
+
+   +
+
+ +
+ +
+
+
{$MOD.LBL_SECURITY_APPLET}
+
+
  <applet>
+
+
+
{$MOD.LBL_SECURITY_BASE}
+
+
  <base>
+
+
+ +
+
+
{$MOD.LBL_SECURITY_EMBED}
+
+
  <embed>
+
+
+
{$MOD.LBL_SECURITY_FORM}
+
+
  <form>
+
+
+ +
+
+
{$MOD.LBL_SECURITY_FRAME}
+
+
  <frame>
+
+
+
{$MOD.LBL_SECURITY_FRAMESET}
+
+
  <frameset>
+
+
+ +
+
+
{$MOD.LBL_SECURITY_IFRAME}
+
+
  <iframe>
+
+
+
{$MOD.LBL_SECURITY_IMPORT}
+
+
  <import>
+
+
+ +
+
+
{$MOD.LBL_SECURITY_LAYER}
+
+
  <layer>
+
+
+
{$MOD.LBL_SECURITY_LINK}
+
+
  <link>
+
+
+ +
+
+
{$MOD.LBL_SECURITY_OBJECT}
+
+
  <object>
+
+
+
{$MOD.LBL_SECURITY_STYLE}
+
+
  <style>
+
+
+ +
+
+
{$MOD.LBL_SECURITY_XMP}
+
+
  <xmp>
+
+
+
 
+
 
+
+
+ + +
@@ -501,14 +494,13 @@ function change_state(radiobutton) {   -
- - + +
@@ -803,4 +795,4 @@ changeEmailScreenDisplay("{/literal}{$mail_smtptype}{literal}", false); {/literal} - + \ No newline at end of file diff --git a/public/legacy/themes/suite8/css/suitep-base/email-settings.scss b/public/legacy/themes/suite8/css/suitep-base/email-settings.scss index 49abfc6e0..37294a388 100644 --- a/public/legacy/themes/suite8/css/suitep-base/email-settings.scss +++ b/public/legacy/themes/suite8/css/suitep-base/email-settings.scss @@ -20,11 +20,12 @@ .action-btn-top { position: absolute; right: 0; - bottom: 2%; + margin-top: -4.2em; } .required-text { position:absolute; right: 0; + top: -5px; } .panel-heading a:before { display: none; @@ -49,3 +50,110 @@ } } } + +/*Email Settings Starts Here */ + +.view-module-EmailMan.view-action-config { + .email-settings { + .applet-content { + .tab-content { + line-height: 3em; + font-weight: 700; + color: #534D64; + } + .flex { + display: flex; + } + .flex-container { + display: flex; + line-height: 3em; + @media (max-width: 750px) { + display: block; + } + } + .flex-child { + display: flex; + width: 50%; + @media (max-width: 750px) { + width: 100%; + } + .label-descrp { + width: 20%; + } + span { + margin-left: 1em; + } + .lbl-space { + margin-right: 2em; + width: 12%; + @media (min-width: 500px) and (max-width: 1200px){ + width: 18%; + white-space: nowrap; + } + @media (max-width: 500px) { + width: 30%; + } + } + } + } + } +} + +@media (min-width:769px) and (max-width:800px) { + .view-module-EmailMan.view-action-config { + .edit tr td[scope="row"] { + height: auto; + line-height: 2em; + } + } +} + +@media (max-width: 768px) { + .view-module-EmailMan.view-action-config { + .moduleTitle { + width: 100%; + } + .edit tr { + border-bottom: none; + } + .edit tr td[scope="row"] { + height: auto; + line-height: 2em; + } + .mobile-hide { + display: none; + } + .applet-content { + table { + tr { + display: flex; + align-items: center; + } + } + } + #EditView { + #EditView_tabs { + input[type="text"]#notify_fromname { + width: 100%; + } + input[type="text"]#notify_fromaddress { + width: 100%; + } + input[type="text"]#mail_smtpserver { + width: 100%; + } + input[type="text"]#mail_smtpport { + width: 100%; + } + input[type="text"]#mail_smtpuser { + width: 100%; + } + input[type="password"]#mail_smtppass { + width: 100%; + } + } + } + } +} + +/*Email Settings Ends here */ \ No newline at end of file