equal
deleted
inserted
replaced
514 |
514 |
515 renderToolbarCheckbox = () => { |
515 renderToolbarCheckbox = () => { |
516 return ( |
516 return ( |
517 <div className="checkbox float-right"> |
517 <div className="checkbox float-right"> |
518 <label className="mr-2"> |
518 <label className="mr-2"> |
519 <input type="checkbox" checked={this.props.isChecked} onChange={this.onCheckboxChange} /><small className="text-muted ml-1"> Appuyer sur <kbd className="bg-danger text-muted ml-1">Entrée</kbd> pour ajouter une note</small> |
519 <input type="checkbox" checked={this.props.isChecked} onChange={this.onCheckboxChange} /><small className="text-muted ml-1"> Appuyer sur <kbd className="bg-irinotes-form text-muted ml-1">Entrée</kbd> pour ajouter une note</small> |
520 </label> |
520 </label> |
521 </div> |
521 </div> |
522 ) |
522 ) |
523 } |
523 } |
524 |
524 |