PATH:
home
/
urbaoubp
/
gns.pitgradnja.com
/
wp-content
/
plugins
/
complianz-gdpr
/
settings
/
src
/
Settings
import Modal from '../Modal'; import DialogContent from '@mui/material/DialogContent'; import DialogActions from '@mui/material/DialogActions'; import {__} from '@wordpress/i18n'; const AreYouSureModal = ({ isOpen, onCancel, onConfirm, children }) => { return ( <Modal isOpen={isOpen} title={__('Are you sure?', 'complianz-gdpr')} onClose={onCancel}> <DialogContent> {children} </DialogContent> <DialogActions className={'cmplz-modal-footer'}> <button className={"cmplz-button cmplz-button--secondary"} onClick={onCancel}> {__('Cancel', 'complianz-gdpr')} </button> <button className={"cmplz-button cmplz-button--error"} onClick={onConfirm}> {__('Confirm', 'complianz-gdpr')} </button> </DialogActions> </Modal> ); }; export default AreYouSureModal;
[+]
ColorPicker
[-] PluginsOverviewControl.js
[edit]
[+]
Processors
[+]
Fields
[-] BorderRadiusControl.js
[edit]
[+]
WebSiteScan
[+]
ProcessingAgreements
[-] Panel.js
[edit]
[+]
PlaceholderPreview
[+]
SecurityMeasures
[+]
ThirdParties
[+]
CookieBannerPreview
[+]
Cookiedatabase
[+]
DataBreachReports
[-] ChangeStatus.js
[edit]
[-] ButtonControl.js
[edit]
[-] BorderWidthControl.js
[edit]
[+]
CreateDocuments
[-] Password.js
[edit]
[+]
Support
[+]
Multisite
[+]
CookieScan
[+]
ProofOfConsent
[-] Settings.js
[edit]
[-] Help.js
[edit]
[+]
..
[-] DocumentControl.js
[edit]
[-] SettingsGroup.js
[edit]
[+]
DocumentsMenu
[+]
Debug
[+]
Integrations
[+]
PluginsPrivacyStatements
[+]
RecordsOfConsent
[+]
Inputs
[-] CheckboxControl.js
[edit]
[+]
DataRequests
[+]
InstallPlugin
[+]
Editor
[+]
Export
[-] Support.js
[edit]
[-] AreYouSureModal.js
[edit]
[-] Premium.js
[edit]
[+]
License
[+]
Finish