|
@@ -102,22 +102,22 @@ const PageDuplicateModal = (props) => {
|
|
|
/>
|
|
/>
|
|
|
)}
|
|
)}
|
|
|
</div>
|
|
</div>
|
|
|
- <div className="custom-control custom-checkbox custom-checkbox-warning">
|
|
|
|
|
- <input
|
|
|
|
|
- className="custom-control-input"
|
|
|
|
|
- name="dupicateWithChild"
|
|
|
|
|
- id="dupicateWithChild"
|
|
|
|
|
- type="checkbox"
|
|
|
|
|
- checked={isDuplicateWithChild}
|
|
|
|
|
- onChange={changeIsDuplicateWithChildHandler}
|
|
|
|
|
- />
|
|
|
|
|
- <label className="custom-control-label" htmlFor="duplicatePageName">
|
|
|
|
|
- { t('modal_duplicate.Duplicate with child') }
|
|
|
|
|
- <p></p>
|
|
|
|
|
- </label>
|
|
|
|
|
- </div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div className="custom-control custom-checkbox custom-checkbox-warning">
|
|
|
|
|
+ <input
|
|
|
|
|
+ className="custom-control-input"
|
|
|
|
|
+ name="dupicateWithChild"
|
|
|
|
|
+ id="dupicateWithChild"
|
|
|
|
|
+ type="checkbox"
|
|
|
|
|
+ checked={isDuplicateWithChild}
|
|
|
|
|
+ onChange={changeIsDuplicateWithChildHandler}
|
|
|
|
|
+ />
|
|
|
|
|
+ <label className="custom-control-label" htmlFor="duplicatePageName">
|
|
|
|
|
+ { t('modal_duplicate.label.Duplicate with child') }
|
|
|
|
|
+ <p></p>
|
|
|
|
|
+ </label>
|
|
|
|
|
+ </div>
|
|
|
</ModalBody>
|
|
</ModalBody>
|
|
|
<ModalFooter>
|
|
<ModalFooter>
|
|
|
<ApiErrorMessage errorCode={errorCode} errorMessage={errorMessage} targetPath={pageNameInput} />
|
|
<ApiErrorMessage errorCode={errorCode} errorMessage={errorMessage} targetPath={pageNameInput} />
|