From 74fd228bfb5fcdc92ae480a96bb944bd68e9e502 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 7 Apr 2015 15:46:31 +0300 Subject: [PATCH] fix email small layout --- .../Espo/Resources/layouts/Email/detailSmallRestricted.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/layouts/Email/detailSmallRestricted.json b/application/Espo/Resources/layouts/Email/detailSmallRestricted.json index 9389de33a6..0138931243 100644 --- a/application/Espo/Resources/layouts/Email/detailSmallRestricted.json +++ b/application/Espo/Resources/layouts/Email/detailSmallRestricted.json @@ -2,8 +2,8 @@ { "label":"", "rows":[ - [{"name":"dateSent", "readOnly": true}, {"name":"to", "readOnly": true}], - [{"name":"parent"}, {"name":"from", "readOnly": true}], + [{"name":"dateSent", "readOnly": true}, {"name":"from", "readOnly": true}], + [{"name":"parent"}, {"name":"to", "readOnly": true}], [false, {"name":"cc", "readOnly": true}], [{"name":"name", "readOnly": true, "fullWidth": true}], [{"name":"body", "readOnly": true, "fullWidth": true}],