From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:54:02 +0800
Subject: [PATCH] 同步代码
---
force-app/main/default/pages/GSurveys.page | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/force-app/main/default/pages/GSurveys.page b/force-app/main/default/pages/GSurveys.page
index 9943804..887edec 100644
--- a/force-app/main/default/pages/GSurveys.page
+++ b/force-app/main/default/pages/GSurveys.page
@@ -69,14 +69,14 @@
<apex:repeat value="{!allSurveys}" var="sur" id="allSurveysRepeat">
<div class="survey_preview">
<h2><apex:outputLink value="/apex/SurveyManagerPage?id={!URLENCODE(sur.sId)}" >{!sur.sName}</apex:outputLink></h2>
- <div class="footer">
- <apex:form >
- <apex:commandLink value="{!$Label.LABS_SF_Delete}" action="{!doSurveyReset}" reRender="surveyList" onclick="confirmDelete('{!sur.sId}')">
- <apex:param assignTo="{!surveyDelete}" value="{!sur.sId}" name="d"/>
- </apex:commandLink>
- </apex:form>
- <apex:outputLink value="/apex/SurveyManagerPage?id={!URLENCODE(sur.sId)}" >{!$Label.LABS_SF_Edit}</apex:outputLink>
- </div>
+ <div class="footer">
+ <apex:form >
+ <apex:commandLink value="{!$Label.LABS_SF_Delete}" action="{!doSurveyReset}" reRender="surveyList" onclick="confirmDelete('{!sur.sId}')">
+ <apex:param assignTo="{!surveyDelete}" value="{!sur.sId}" name="d"/>
+ </apex:commandLink>
+ </apex:form>
+ <apex:outputLink value="/apex/SurveyManagerPage?id={!URLENCODE(sur.sId)}" >{!$Label.LABS_SF_Edit}</apex:outputLink>
+ </div>
</div>
</apex:repeat>
<br style="clear: both;" />
--
Gitblit v1.9.1