|
13 | 13 | rendered="{!editMode}">
|
14 | 14 | <zqu:zChargeGroup editMode="{!editMode}"
|
15 | 15 | chargeGroup="{!currentChargeGroup}">
|
16 |
| - <apex:actionStatus id="saveStatus"> |
| 16 | + <apex:actionStatus id="calculatingStatus"> |
17 | 17 | <apex:facet name="start">
|
18 |
| - <apex:commandButton value="Saving ..." disabled="true" /> |
| 18 | + <apex:commandButton value="Updating ..." disabled="true" /> |
19 | 19 | </apex:facet>
|
20 | 20 | <apex:facet name="stop">
|
21 | 21 | <apex:commandButton value="Save" action="{!saveChargeGroup}"
|
22 |
| - reRender="quoting_page_block, pageErrors" status="saveStatus" /> |
| 22 | + reRender="quoting_page_block, pageErrors" |
| 23 | + status="calculatingStatus" /> |
23 | 24 | </apex:facet>
|
24 | 25 | </apex:actionStatus>
|
| 26 | + |
25 | 27 | <apex:actionStatus id="cancelStatus">
|
26 | 28 | <apex:facet name="start">
|
27 | 29 | <apex:commandButton value="Canceling ..." disabled="true" />
|
|
91 | 93 | <apex:commandButton value="Querying ..." disabled="true" />
|
92 | 94 | </apex:facet>
|
93 | 95 | <apex:facet name="stop">
|
94 |
| - <apex:outputPanel > |
95 |
| - <apex:commandButton value="Select New Products" |
96 |
| - action="{!toSelectNewProductsView}" |
97 |
| - reRender="quoting_page_block, pageErrors" |
98 |
| - rendered="{!! (editMode||selectNewProductViewMode) }" |
99 |
| - status="selectNewProductStatus" /> |
100 |
| - <apex:commandButton value="Done" action="{!navigateBack}" |
101 |
| - status="selectNewProductStatus" /> |
102 |
| - </apex:outputPanel> |
| 96 | + <apex:outputPanel> |
| 97 | + <apex:commandButton value="Select New Products" |
| 98 | + action="{!toSelectNewProductsView}" |
| 99 | + reRender="quoting_page_block, pageErrors" |
| 100 | + rendered="{!! (editMode||selectNewProductViewMode) }" |
| 101 | + status="selectNewProductStatus" /> |
| 102 | + <apex:commandButton value="Done" action="{!navigateBack}" |
| 103 | + status="selectNewProductStatus" /> |
| 104 | + </apex:outputPanel> |
103 | 105 | </apex:facet>
|
104 | 106 | </apex:actionStatus>
|
105 | 107 | </apex:pageBlockSection>
|
|
0 commit comments