Skip to content
Snippets Groups Projects
Commit d9ffd4ca authored by Vinciane's avatar Vinciane
Browse files

FIX #9349 delete useless code

parent 52455b06
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
<h2 mat-dialog-title *ngIf="this.data.userDestRedirect.mode == 'delete'">{{lang.unableToDelete}}</h2> <h2 mat-dialog-title *ngIf="this.data.userDestRedirect.mode == 'delete'">{{lang.unableToDelete}}</h2>
<h2 mat-dialog-title *ngIf="this.data.userDestRedirect.mode == 'suspend'">{{lang.unableToSuspend}}</h2> <h2 mat-dialog-title *ngIf="this.data.userDestRedirect.mode == 'suspend'">{{lang.unableToSuspend}}</h2>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<!-- <b>{{this.data.userDestRedirect.firstname}} {{this.data.userDestRedirect.lastname}}</b>&nbsp;<span [innerHTML]="lang.chooseNewDest"></span> : -->
<p><span [innerHTML]="lang.userIsNotDeletable"></span> <b>{{this.data.userDestRedirect.firstname}} {{this.data.userDestRedirect.lastname}}</b>&nbsp;</p> <p><span [innerHTML]="lang.userIsNotDeletable"></span> <b>{{this.data.userDestRedirect.firstname}} {{this.data.userDestRedirect.lastname}}</b>&nbsp;</p>
<p><span [innerHTML]="lang.userIsDeletableBy"></span></p> <p><span [innerHTML]="lang.userIsDeletableBy"></span></p>
</div> </div>
......
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