高章伟
2022-03-18 4bfe21c4b5ddc089ae5a95f4b10f6cff148b690d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<apex:page standardController="event">
 
<div style="position: relative; margin-top: 10px; margin-left: 10px;">
<span style="font-weight: bold; font-size: 12pt;">{!$Label.YouCantDeleteEvent1_New}</span>
 
<br/><br/><br/>
 
<!----2021-08-06  mzy  SWAG-C4YB9J  start--->
<!--{!$Label.YouCantDeleteEvent2_new}-->
{!$Label.YouCantDeleteEvent3_new}
<!----2021-08-06  mzy  SWAG-C4YB9J  end--->
 
<br/><br/>
 
{!$Label.YouCantDeleteEvent3}<a href="javascript:return null;" onclick="javascript:history.back();">{!$Label.YouCantDeleteEvent4}</a>{!$Label.YouCantDeleteEvent5}
 
</div>
 
</apex:page>