<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:footerbar="sap.ushell.ui.footerbar">
	<ActionSheet placement="VerticalPreferedBottom">
		<buttons>
			<Button icon="sap-icon://email" press="shareEmailPressed" text="{sap.fe.i18n>SAPFE_SHARE_EMAIL}"/>
			<Button icon="sap-icon://share-2" press="shareJamPressed" text="{sap.fe.i18n>SAPFE_SHARE_JAM}" visible="{_templPriv>/listReport/share/isShareInJamActive}"/>
			<footerbar:AddBookmarkButton title="{_templPriv>/listReport/share/bookmarkTitle}"
										 tileIcon="sap-icon://bookmark"
										 customUrl="{_templPriv>/listReport/share/bookmarkCustomUrl}"/>
		</buttons>
	</ActionSheet>
</core:FragmentDefinition>
