<div class="modal-footer">
<button type="button" class="btn btn-success" *ngIf="mode == 'view'"
(click)="close()" i18n>Close</button>
- <button type="button" class="btn btn-warning" *ngIf="mode != 'view'"
- (click)="cancel()" i18n>Cancel</button>
- <button type="button" class="btn btn-success ml-2" *ngIf="mode != 'view'"
+ <button type="button" class="btn btn-info" *ngIf="mode != 'view'"
(click)="save()" i18n>Save</button>
+ <button type="button" class="btn btn-warning ml-2" *ngIf="mode != 'view'"
+ (click)="cancel()" i18n>Cancel</button>
</div>
</ng-template>
(onChange)="orgOnChange($event)"
[hideOrgs]="hideOrgs"
[disableOrgs]="disableOrgs"
- placeholder="Owner" >
+ i18n-placeholder
+ placeholder="Owner..." >
</eg-org-select>
</div>
<div class="col-lg-6">
i18n-title
title="Workstation Name"
i18n-placeholder
- placeholder="Workstation Name"
+ placeholder="Workstation Name..."
[(ngModel)]='newName'/>
<div class="input-group-btn">
<button class="btn btn-outline-dark"