Commit 1fa30c0 1 parent 4ee79f2 commit 1fa30c0 Copy full SHA for 1fa30c0
File tree 2 files changed +3
-3
lines changed
Scenarios/ECM.RecordsManagement/ECM.RecordsManagementWeb/Pages
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
In place records management is
19
19
<asp:Label runat =" server" ID =" lblIPREnabled" Font-Bold =" true" ForeColor =" Red" ></asp:Label >
20
20
on this site collection. Click on the button to
21
- <asp:Button ID =" btnToggleIPRStatus" runat =" server" Text =" Enable " OnClick =" btnToggleIPRStatus_Click" />
21
+ <asp:Button ID =" btnToggleIPRStatus" runat =" server" Text =" Activate " OnClick =" btnToggleIPRStatus_Click" />
22
22
in place records management.
23
23
<br />
24
24
<br />
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ function renderSPChrome() {
74
74
private void IPRStatusUpdate ( bool enabled )
75
75
{
76
76
// Scenario 1
77
- lblIPREnabled . Text = enabled ? "enabled " : "disabled " ;
78
- btnToggleIPRStatus . Text = enabled ? "Disable " : "Enable " ;
77
+ lblIPREnabled . Text = enabled ? "activated " : "deactivated " ;
78
+ btnToggleIPRStatus . Text = enabled ? "Deactivate " : "Activate " ;
79
79
rdAvailability . Enabled = enabled ;
80
80
rdDeclarationBy . Enabled = enabled ;
81
81
rdRestrictions . Enabled = enabled ;
You can’t perform that action at this time.
0 commit comments