Skip to content
Snippets Groups Projects
Commit 2cce8ff3 authored by Ahmet Hamdi Janusch Cetin's avatar Ahmet Hamdi Janusch Cetin
Browse files

Add the right tool-tip information and change position of the checkbox

parent 1c49306f
No related merge requests found
......@@ -157,11 +157,6 @@
<div class ="weight-class-setting-content">
<label class=" expansion-title weight-class-heading">{{'tag-cloud-config.weight-class' | translate}} {{weightClasses.indexOf(weightClass) + 1}}</label>
<div class="input-row" fxLayout="column" fxLayoutGap="5px">
<div class="input-row firstElementOfWeightClass" fxLayout="row" fxLayoutGap="5px" fxLayout.xs="column">
<mat-slide-toggle matTooltip="{{'tag-cloud-config.manual-weight-number' | translate}}" (change)="valueChanged()" fxFlex [(ngModel)]=" weightClass.allowManualTagNumber"
[ngModelOptions]="{standalone: true}">{{'tag-cloud-config.manual-weight-number' | translate}}</mat-slide-toggle>
<mat-icon matTooltip="{{'tag-cloud-config.random-angle-note' | translate}}">help</mat-icon>
</div>
<div fxLayout="row" fxLayoutGap="5px">
<mat-form-field fxFlex="100%">
<mat-label>{{'tag-cloud-config.weight-color' | translate}}</mat-label>
......@@ -173,6 +168,11 @@
<div fxFlex="35px" class="color-box" [style.background]="weightClass.tagColor"></div>
</div>
</div>
<div class="input-row firstElementOfWeightClass" fxLayout="row" fxLayoutGap="5px" fxLayout.xs="column" *ngIf="weightClass.actualTagNumber > 0 && !parent.dataManager.demoActive">
<mat-slide-toggle matTooltip="{{'tag-cloud-config.manual-weight-number-tooltip' | translate}}" (change)="valueChanged()" fxFlex [(ngModel)]=" weightClass.allowManualTagNumber"
[ngModelOptions]="{standalone: true}">{{'tag-cloud-config.manual-weight-number' | translate}}</mat-slide-toggle>
<mat-icon matTooltip="{{'tag-cloud-config.manual-weight-number-note' | translate}}">help</mat-icon>
</div>
<div class="input-row" fxLayout="column" fxLayoutGap="5px" *ngIf="weightClass.actualTagNumber > 0 && !parent.dataManager.demoActive && weightClass.allowManualTagNumber">
<div class="input-row" fxLayout="column" fxLayoutGap="5px">
<mat-label class="label-text" >{{'tag-cloud-config.weight-number' | translate}}</mat-label>
......
......@@ -500,6 +500,8 @@
"bold-notation-tooltip": "Schrift fett setzen",
"font-style-bold" : "Fett",
"font-family":"Schriftart",
"manual-weight-number": "Manuelle Anzahl"
"manual-weight-number": "Anzahl festlegen",
"manual-weight-number-tooltip": "Limitierung der Relevanz-Gruppe",
"manual-weight-number-note": "Limitiert die jeweilige Relevanz-Gruppe auf einen selbst festgelegten Wert"
}
}
......@@ -500,6 +500,8 @@
"font-style-bold" : "Bold",
"font-style-italic": "Italic",
"font-family":"Font Family",
"manual-weight-number": "Manual amount"
"manual-weight-number": "Set quantity",
"manual-weight-number-tooltip": "Quantity Limitation of this weight class",
"manual-weight-number-note": "Limits the respective weight class to a self-defined value"
}
}
......@@ -368,6 +368,8 @@
"bold-notation-tooltip": "Schrift fett setzen",
"font-style-bold" : "Fett",
"font-family":"Schriftart",
"manual-weight-number": "Manuelle Anzahl"
"manual-weight-number": "Anzahl festlegen",
"manual-weight-number-tooltip": "Limitierung der Relevanz-Gruppe",
"manual-weight-number-note": "Limitiert die jeweilige Relevanz-Gruppe auf einen selbst festgelegten Wert"
}
}
......@@ -375,6 +375,8 @@
"font-style-bold" : "Bold",
"font-style-italic": "Italic",
"font-family":"Font Family",
"manual-weight-number": "Manual amount"
"manual-weight-number": "Set quantity",
"manual-weight-number-tooltip": "Quantity Limitation of this weight class",
"manual-weight-number-note": "Limits the respective weight class to a self-defined Quantity"
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment