Skip to content
Snippets Groups Projects
Commit a318c30e authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #18492 TIME 0:05 sent-numeric-package note : add warning note

parent e8e352b1
No related branches found
No related tags found
No related merge requests found
<mat-form-field appearance="outline" class="noteEditorContent"> <mat-form-field appearance="outline" class="noteEditorContent">
<textarea matInput id="inputNote" [placeholder]="title" [(ngModel)]="content"></textarea> <textarea matInput id="inputNote" [placeholder]="title" [(ngModel)]="content"></textarea>
<hr style="margin-bottom: 10px;"> <hr style="margin-bottom: 10px;">
<mat-hitn class="warningNote">{{'lang.warningNote' | translate}}</mat-hitn> <span class="warningNote">{{'lang.warningNote' | translate}}</span>
<button matSuffix color="primary" mat-icon-button title="{{'lang.options' | translate}}" [matMenuTriggerFor]="menuMain"> <button matSuffix color="primary" mat-icon-button title="{{'lang.options' | translate}}" [matMenuTriggerFor]="menuMain">
<mat-icon fontSet="fas" fontIcon="fa-angle-right fa-2x"></mat-icon> <mat-icon fontSet="fas" fontIcon="fa-angle-right fa-2x"></mat-icon>
</button> </button>
......
...@@ -163,6 +163,7 @@ ...@@ -163,6 +163,7 @@
<mat-label class="attachLabel">{{'lang.note' | translate}}</mat-label> <mat-label class="attachLabel">{{'lang.note' | translate}}</mat-label>
<textarea matInput [placeholder]="'lang.addNoteToNumericPackage' | translate" [(ngModel)]="numericPackage.content" <textarea matInput [placeholder]="'lang.addNoteToNumericPackage' | translate" [(ngModel)]="numericPackage.content"
matTextareaAutosize style="padding:0" [readonly]="!canManageMail()"></textarea> matTextareaAutosize style="padding:0" [readonly]="!canManageMail()"></textarea>
<mat-hint class="warningNote">{{'lang.warningNote' | translate}}</mat-hint>
</mat-form-field> </mat-form-field>
</div> </div>
</mat-dialog-content> </mat-dialog-content>
......
...@@ -117,4 +117,11 @@ ...@@ -117,4 +117,11 @@
padding: 10px; padding: 10px;
opacity: 0.5; opacity: 0.5;
font-style: italic; font-style: italic;
}
.warningNote {
font-style: italic;
opacity: 0.5;
margin-bottom: 10px;
font-size: 13px;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment