1 <div class="modal-header">
3 class="modal-title pull-left">RBD flatten</h4>
4 <button type="button" class="close pull-right" aria-label="Close" (click)="modalRef.hide()">
5 <span aria-hidden="true">×</span>
8 <form name="flattenForm"
9 class="form-horizontal"
11 [formGroup]="flattenForm"
13 <div class="modal-body">
14 You are about to flatten <strong>{{ child }}</strong>.
17 All blocks will be copied from parent <strong>{{ parent }}</strong> to child <strong>{{ child }}</strong>.
19 <div class="modal-footer">
20 <div class="button-group text-right">
21 <cd-submit-button i18n
23 (submitAction)="submit()">
26 <button i18n type="button" class="btn btn-sm btn-default" (click)="modalRef.hide()">Cancel</button>