|
@@ -198,7 +198,11 @@ const PageCreateModal = (props) => {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="d-flex justify-content-end mt-1 mt-sm-0">
|
|
<div className="d-flex justify-content-end mt-1 mt-sm-0">
|
|
|
- <button type="button" className={`grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3 ${template == null && 'disabled'}`} onClick={createTemplatePage}>
|
|
|
|
|
|
|
+ <button
|
|
|
|
|
+ type="button"
|
|
|
|
|
+ className={`grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3 ${template == null && 'disabled'}`}
|
|
|
|
|
+ onClick={createTemplatePage}
|
|
|
|
|
+ >
|
|
|
<i className="icon-fw icon-doc"></i>{ t('Edit') }
|
|
<i className="icon-fw icon-doc"></i>{ t('Edit') }
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|