<core:FragmentDefinition
    xmlns="sap.m"
    xmlns:core="sap.ui.core">
    <Dialog
        id="workPageRowDeleteDialog"
        type="Message"
        state="Warning"
        title="{i18n>WorkPage.Row.DeleteDialog.Title}">
        <Text
            id="confirmationText"
            text="{i18n>WorkPage.Row.DeleteDialog.ConfirmText}" />
        <beginButton>
            <Button
                id="confirm"
                type="Emphasized"
                text="{i18n>WorkPage.Row.DeleteDialog.Button.Confirm}" />
        </beginButton>
        <endButton>
            <Button
                id="cancel"
                text="{i18n>WorkPage.Row.DeleteDialog.Button.Cancel}"
                press=".onRowDeleteCancel" />
        </endButton>
    </Dialog>
</core:FragmentDefinition>
