diff --git a/addon/styles/addon.less b/addon/styles/addon.less index a8380e545..761e66bb5 100644 --- a/addon/styles/addon.less +++ b/addon/styles/addon.less @@ -170,3 +170,9 @@ } } } + +.temp-layer-info { + > i { + color: #DBA939 !important; + } +} diff --git a/addon/templates/components/flexberry-maplayer.hbs b/addon/templates/components/flexberry-maplayer.hbs index 6c445f22b..724d0b9c0 100644 --- a/addon/templates/components/flexberry-maplayer.hbs +++ b/addon/templates/components/flexberry-maplayer.hbs @@ -33,7 +33,7 @@ {{flexberry-icon class=(concat flexberryClassNames.typeIcon " " _typeIconClass) }} -
+
{{layer.name}} {{#if (and histEnabled (eq layer.type "with-history"))}} от {{flexberry-simpledatetime @@ -49,6 +49,11 @@
{{#if (and (not compare.compareLayersEnabled) (not readonly))}}
+ {{#if (and isGroup layer.temp)}} +
+ +
+ {{/if}} {{#if (and (not readonlyData) (not isGroup) _editOperationIsAvailable _addFeatureIsAvailableApi)}} {{flexberry-button class=(concat flexberryClassNames.attributesButton " floated " flexberryClassNames.preventExpandCollapse)