From be102ae06e8f986bd9d1a544cd2752e5fa94231a Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:23:51 +0800
Subject: [PATCH] LEX Community Deploy0711
---
force-app/main/default/pages/PersonalEvaluationClipEdit.page | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/pages/PersonalEvaluationClipEdit.page b/force-app/main/default/pages/PersonalEvaluationClipEdit.page
index eb8cd96..883a9c0 100644
--- a/force-app/main/default/pages/PersonalEvaluationClipEdit.page
+++ b/force-app/main/default/pages/PersonalEvaluationClipEdit.page
@@ -1,7 +1,7 @@
<apex:page id="Page" showHeader="false" sidebar="false" Controller="PersonalEvaluationClipEditController" applyBodyTag="false" applyHtmlTag="false" action="{!init}">
<apex:stylesheet value="{!URLFOR($Resource.PersonalEvaluationCss)}"/>
-<apex:includeScript value="{!URLFOR($Resource.SurveyForce, 'jquery.js')}"/>
-<script type="text/javascript" src="{!URLFOR($Resource.SurveyForce, 'survey_jui.js')}" ></script>
+<!-- <apex:includeScript value="{!URLFOR($Resource.SurveyForce, 'jquery.js')}"/>
+<script type="text/javascript" src="{!URLFOR($Resource.SurveyForce, 'survey_jui.js')}" ></script> -->
<script type="text/javascript">
(function($) {
@@ -68,7 +68,7 @@
<apex:param name="param1" value="" assignTo="{!delLineNo}"/>
</apex:actionFunction>
- <div class="clip_btnDiv"><apex:commandButton id="saveOrder1" value="{!$Label.LABS_SF_SaveOrder}" rerender="Form" action="{!saveOrder}" style="width:100px"/> <apex:commandButton value="{!$Label.LABS_SF_FIXED}" rerender="dummy" action="{!complete}" style="width:100px"/></div>
+ <div class="clip_btnDiv"><apex:commandButton id="saveOrder1" value="Save Order" rerender="Form" action="{!saveOrder}" style="width:100px"/> <apex:commandButton value="{!$Label.LABS_SF_FIXED}" rerender="dummy" action="{!complete}" style="width:100px"/></div>
<apex:inputHidden id="newOrderList" value="{!newOrder}"/>
<div id="justClipList">
<apex:variable value="{!0}" var="cnt" />
@@ -77,7 +77,7 @@
<apex:inputHidden id="attId" value="{!c.attId}" />
<apex:outputPanel id="Panel">
<div class="clip_menu">
- <apex:commandButton value="{!$Label.LABS_SF_Delete}" rerender="Form" onclick="confirmDelete('{!c.lineNo}');" style="width:100px" />
+ <apex:commandButton value="Delete" rerender="Form" onclick="confirmDelete('{!c.lineNo}');" style="width:100px" />
<div class="clip_lineNo">{!c.lineNo}</div>
</div>
<div>{!c.reportName}</div>
@@ -90,6 +90,6 @@
</apex:repeat>
</div>
<br/>
- <div class="clip_btnDiv"><apex:commandButton id="saveOrder2" value="{!$Label.LABS_SF_SaveOrder}" rerender="Form" action="{!saveOrder}" style="width:100px"/> <apex:commandButton value="{!$Label.LABS_SF_FIXED}" rerender="dummy" action="{!complete}" style="width:100px"/></div>
+ <div class="clip_btnDiv"><apex:commandButton id="saveOrder2" value="Save Order" rerender="Form" action="{!saveOrder}" style="width:100px"/> <apex:commandButton value="{!$Label.LABS_SF_FIXED}" rerender="dummy" action="{!complete}" style="width:100px"/></div>
</apex:form>
</apex:page>
\ No newline at end of file
--
Gitblit v1.9.1