|
@@ -43,8 +43,8 @@ export default class DeletePageListModal extends React.Component {
|
|
|
<Modal.Footer>
|
|
<Modal.Footer>
|
|
|
<div className="d-flex justify-content-between">
|
|
<div className="d-flex justify-content-between">
|
|
|
<span className="text-danger">{this.props.errorMessage}</span>
|
|
<span className="text-danger">{this.props.errorMessage}</span>
|
|
|
- <span className="d-flex">
|
|
|
|
|
- <Checkbox onClick={this.props.toggleDeleteCompletely}>Delete completely</Checkbox>
|
|
|
|
|
|
|
+ <span className="d-flex align-items-center">
|
|
|
|
|
+ <Checkbox className="text-danger" onClick={this.props.toggleDeleteCompletely} inline={true}>Delete completely</Checkbox>
|
|
|
<span className="m-l-10">
|
|
<span className="m-l-10">
|
|
|
<Button onClick={this.props.confirmedToDelete}><i className="icon-trash"></i>Delete</Button>
|
|
<Button onClick={this.props.confirmedToDelete}><i className="icon-trash"></i>Delete</Button>
|
|
|
</span>
|
|
</span>
|