From 33b60e6791dc69f804e10fe015adc3ae698d93a2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 27 Nov 2022 19:52:54 +0200 Subject: [PATCH] email account tabs --- .../Resources/layouts/EmailAccount/detail.json | 15 +++++++++------ .../Resources/layouts/InboundEmail/detail.json | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/application/Espo/Resources/layouts/EmailAccount/detail.json b/application/Espo/Resources/layouts/EmailAccount/detail.json index 0f8f646445..c29299f02b 100644 --- a/application/Espo/Resources/layouts/EmailAccount/detail.json +++ b/application/Espo/Resources/layouts/EmailAccount/detail.json @@ -1,6 +1,5 @@ [ { - "label":"Main", "rows":[ [ {"name":"emailAddress"}, @@ -10,10 +9,11 @@ {"name":"name"}, false ] - ] + ], + "tabBreak": true, + "tabLabel": "$label:Main" }, { - "label":"IMAP", "rows":[ [{"name": "useImap"}, {"name":"fetchSince"}], [ @@ -37,10 +37,11 @@ [ {"name": "testConnection", "customLabel": null, "view": "views/email-account/fields/test-connection"}, false ] - ] + ], + "tabBreak": true, + "tabLabel": "$label:IMAP" }, { - "label":"SMTP", "rows": [ [{"name": "useSmtp"}, false], [{"name": "smtpHost"}, {"name": "smtpSecurity"}], @@ -51,6 +52,8 @@ [ {"name": "smtpTestSend", "customLabel": null, "view": "views/email-account/fields/test-send"}, false ] - ] + ], + "tabBreak": true, + "tabLabel": "$label:SMTP" } ] diff --git a/application/Espo/Resources/layouts/InboundEmail/detail.json b/application/Espo/Resources/layouts/InboundEmail/detail.json index 49597df7ab..61abcbe7e3 100644 --- a/application/Espo/Resources/layouts/InboundEmail/detail.json +++ b/application/Espo/Resources/layouts/InboundEmail/detail.json @@ -1,6 +1,5 @@ [ { - "label": "Main", "rows": [ [ {"name":"emailAddress"}, @@ -18,10 +17,11 @@ {"name":"addAllTeamUsers"}, false ] - ] + ], + "tabBreak": true, + "tabLabel": "$label:Main" }, { - "label": "IMAP", "rows": [ [{"name": "useImap"}, {"name":"fetchSince"}], [ @@ -40,7 +40,9 @@ {"name":"groupEmailFolder"}, {"name":"sentFolder"} ], [{"name": "testConnection", "customLabel": null, "view": "views/inbound-email/fields/test-connection"}, false] - ] + ], + "tabBreak": true, + "tabLabel": "$label:IMAP" }, { "label": "Actions", @@ -68,7 +70,6 @@ ] }, { - "label": "SMTP", "rows": [ [{"name": "useSmtp"}, false], [{"name": "smtpIsShared"}, {"name": "smtpIsForMassEmail"}], @@ -80,6 +81,8 @@ [ {"name": "smtpTestSend", "customLabel": null, "view": "views/inbound-email/fields/test-send"}, false ] - ] + ], + "tabBreak": true, + "tabLabel": "$label:SMTP" } ]