|
@@ -27,9 +27,9 @@
|
|
|
<ng-template #noField>
|
|
<ng-template #noField>
|
|
|
<div>
|
|
<div>
|
|
|
<p class="p-1 text-info">{{ 'CALCULATOR.selectField' | translate}}</p>
|
|
<p class="p-1 text-info">{{ 'CALCULATOR.selectField' | translate}}</p>
|
|
|
- <p class="p-1 text-warning" *ngIf="!lpisWfsVisible"><i class="icon-warning-sign"></i> {{ 'CALCULATOR.zoomIn' | translate}}</p>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
</ng-template>
|
|
</ng-template>
|
|
|
|
|
+ <p class="p-1 text-warning" *ngIf="!lpisWfsVisible"><i class="icon-warning-sign"></i> {{ 'CALCULATOR.zoomIn' | translate}}</p>
|
|
|
<div>
|
|
<div>
|
|
|
<p class="p-1 text-info">{{ 'CALCULATOR.selectMore' | translate}}</p>
|
|
<p class="p-1 text-info">{{ 'CALCULATOR.selectMore' | translate}}</p>
|
|
|
</div>
|
|
</div>
|