diff --git a/PROMS/fmtxml/PlantSpecific_Summer.cs b/PROMS/fmtxml/PlantSpecific_Summer.cs
index 877db39c..d6f89e94 100644
--- a/PROMS/fmtxml/PlantSpecific_Summer.cs
+++ b/PROMS/fmtxml/PlantSpecific_Summer.cs
@@ -16,6 +16,8 @@ namespace fmtxml
fmtdata.ProcData.ChangeBarData.FixedChangeColumn = 91;
fmtdata.ProcData.TitleLength = 53;
fmtdata.ProcData.CheckOffData.RelXLocation = 5;
+ fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "460,204,126";
+ fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "460,204,126";
fmtdata.SectData.SectionNumber.Pos = 0;
fmtdata.SectData.SectionNumber.Just = "PSCenter";
fmtdata.SectData.SectionNumber.Font.FontFamily = "Letter Gothic Tall";
@@ -279,7 +281,7 @@ namespace fmtxml
pgstyles.PgStyles[12].Items[4].Style.FontStyle = "None";
pgstyles.PgStyles[12].Items[4].Token = "{PROCTITLE}";
- pgstyles.PgStyles[12].Items[5].Col = -23.04F;
+ pgstyles.PgStyles[12].Items[5].Col = 0;//-23.04F;
pgstyles.PgStyles[12].Items[5].Justify = "PSLeft";
pgstyles.PgStyles[12].Items[5].Row = 60F;
pgstyles.PgStyles[12].Items[5].Style = new VE_Font();
@@ -346,7 +348,7 @@ namespace fmtxml
dcstyles.DcStyles[12].LeftMargin = 51.84F;
dcstyles.DcStyles[12].numberingsequence = 1;
dcstyles.DcStyles[12].PageLength = 636;
- dcstyles.DcStyles[12].PageWidth = 547.2F;
+ dcstyles.DcStyles[12].PageWidth = 572.2F; //547.2F;
dcstyles.DcStyles[12].ShowSectionTitles = true;
dcstyles.DcStyles[12].SpecialStepsFoldout = false;
dcstyles.DcStyles[12].TopMargin = 108F;
@@ -407,11 +409,14 @@ namespace fmtxml
"" +
"ACTION/EXPECTED{sp}RESPONSE" +
"" +
- //
- //
"ALTERNATIVE{sp}ACTION" +
"");
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[2]);
+ //B3
+ xdNew.LoadXml("");
+ myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[3]);
}
}
}