client/src/components/NotesList.js
changeset 170 7da1d5137b0b
parent 168 ea92f4fe783d
child 171 03334a31130a
equal deleted inserted replaced
169:f98efa1bddd1 170:7da1d5137b0b
   102         >
   102         >
   103           <div id="delete-note-modal" className="modal-content">
   103           <div id="delete-note-modal" className="modal-content">
   104             <span id="delete-note-close-modal-button" className="material-icons text-right" onClick={ this.handleModalCloseRequest }>close</span>
   104             <span id="delete-note-close-modal-button" className="material-icons text-right" onClick={ this.handleModalCloseRequest }>close</span>
   105             <div className="modal-body text-center">
   105             <div className="modal-body text-center">
   106             <span className="modal-text">Supprimer cette note ?</span>
   106             <span className="modal-text">Supprimer cette note ?</span>
   107               <button type="button" className="btn btn-info text-secondary font-weight-bold py-1 px-2 ml-3" id="delete-note-modal-button" onClick={ this.deleteNote }>Supprimer</button>
   107               <button type="button" className="btn btn-danger text-secondary font-weight-bold py-1 px-2 ml-3" id="delete-note-modal-button" onClick={ this.deleteNote }>Supprimer</button>
   108             </div>
   108             </div>
   109           </div>
   109           </div>
   110         </Modal>
   110         </Modal>
   111       </div>
   111       </div>
   112     );
   112     );