zahmis 5 лет назад
Родитель
Сommit
5e8c1740ae

+ 6 - 1
src/client/js/components/ArchiveCreateModal.jsx

@@ -3,7 +3,8 @@ import PropTypes from 'prop-types';
 import { Modal, ModalHeader, ModalBody } from 'reactstrap';
 import { Modal, ModalHeader, ModalBody } from 'reactstrap';
 
 
 const ArchiveCreateModal = (props) => {
 const ArchiveCreateModal = (props) => {
-  // const [isArchiveCreateModalShown, setIsOpenShareLinkForm] = useState(false);
+  // const [isArchiveCreateModalShown, setIsArchiveCreateModalShown] = useState(false);
+  // const [isDownloadComment, isDownloadFile,isDownloadSubordinatedPages] = props;
 
 
   return (
   return (
     <Modal size="lg" isOpen={props.isOpen} toggle={props.onClose}>
     <Modal size="lg" isOpen={props.isOpen} toggle={props.onClose}>
@@ -11,6 +12,10 @@ const ArchiveCreateModal = (props) => {
         アーカイブを作成する
         アーカイブを作成する
       </ModalHeader>
       </ModalHeader>
       <ModalBody>
       <ModalBody>
+        <input type="checkbox" />
+        <input type="checkbox" />
+        <input type="checkbox" />
+
         試作
         試作
       </ModalBody>
       </ModalBody>
     </Modal>
     </Modal>

+ 2 - 1
src/client/js/components/Page/PageShareManagement.jsx

@@ -94,7 +94,8 @@ const PageShareManagement = (props) => {
           <span className="ml-2 badge badge-info badge-pill">{pageContainer.state.shareLinksNumber}</span>
           <span className="ml-2 badge badge-info badge-pill">{pageContainer.state.shareLinksNumber}</span>
         </button>
         </button>
 
 
-        <button className="dropdown-item" type="button" onClick={openArchiveModalHandler}>アーカイブデータを作成する
+        <button className="dropdown-item" type="button" onClick={openArchiveModalHandler}>
+          <i className="icon-fw">アーカイブデータを作成する</i>
         </button>
         </button>
 
 
       </div>
       </div>