diff --git a/application/Espo/Resources/i18n/en_US/LayoutManager.json b/application/Espo/Resources/i18n/en_US/LayoutManager.json index 54da5fcab7..cd481d4e47 100644 --- a/application/Espo/Resources/i18n/en_US/LayoutManager.json +++ b/application/Espo/Resources/i18n/en_US/LayoutManager.json @@ -5,7 +5,8 @@ "notSortable": "Not Sortable", "align": "Align", "panelName": "Panel Name", - "style": "Style" + "style": "Style", + "sticked": "Sticked" }, "options": { "align": { diff --git a/client/res/templates/admin/layouts/rows.tpl b/client/res/templates/admin/layouts/rows.tpl index 2c442a8235..ba81f8c032 100644 --- a/client/res/templates/admin/layouts/rows.tpl +++ b/client/res/templates/admin/layouts/rows.tpl @@ -12,7 +12,7 @@ list-style-type: none; margin: 0; } - + #layout ul li { list-style: none; border: 1px solid #CCC; @@ -20,45 +20,43 @@ padding: 5px; height: 32px; } - + #layout header { font-weight: bold; } - + #layout ul > li .left { float: left; } - + #layout ul > li { background-color: #FFF; } - + #layout ul.enabled > li .right { float: right; } - + #layout ul.disabled > li .right { display: none; } - - #layout ul > li .width { font-size: small; } - + #layout ul.disabled > li .width { display: none; } - + #layout label { font-weight: normal; } - + .enabled li a.edit-field { display: none; } - + .enabled li:hover a.edit-field { display: block; } @@ -70,7 +68,7 @@
{{translate 'Enabled' scope='Admin'}}