Skip to content

Commit

Permalink
Fixed to Cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
afawcettffdc committed Jun 19, 2016
1 parent cc5e984 commit 21361e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rolluptool/src/pages/managetrigger.page
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</c:zip>
<apex:outputPanel rendered="{!ISNULL(AsyncResult)}">
<input type="button" onclick="generateZip();" value="{!IF(Deployed, 'Remove', 'Deploy')}" class="btn"/>
<apex:commandButton value="Cancel" action="{!URLFOR($Page.managelookuprollupsummaries, null, ['id'=Id])}"/>
<apex:commandButton value="Cancel" action="{!cancel}"/>
</apex:outputPanel>
</apex:outputPanel>
</apex:form>
Expand Down

0 comments on commit 21361e7

Please sign in to comment.