From 84e5b11bfd57b0a581a4f5d8dc65f577e8d331cf Mon Sep 17 00:00:00 2001 From: GWY <guweiyiscp096@foxmail.com> Date: 星期三, 20 四月 2022 17:33:29 +0800 Subject: [PATCH] 修改,不能保存客户。无影响。 --- force-app/main/default/pages/Exception.page | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/pages/Exception.page b/force-app/main/default/pages/Exception.page index 78526a8..61dda59 100644 --- a/force-app/main/default/pages/Exception.page +++ b/force-app/main/default/pages/Exception.page @@ -10,7 +10,7 @@ <apex:outputPanel layout="block" styleClass="topPanel"> <apex:panelGrid width="758" cellpadding="0" cellspacing="0" bgcolor="white" columns="3"> <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/clock.png')}"/> - <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/warning.gif')}"/> + <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/warning.png')}"/> <apex:panelGroup > <apex:outputText styleClass="title" value="{!$Label.site.error}"> <apex:param value="{!$Site.ErrorMessage}"/> -- Gitblit v1.9.1