From e9cf789b2f048918b6916c702d3f1aa4df16582b Mon Sep 17 00:00:00 2001 From: John Date: Tue, 25 Feb 2014 16:06:27 +0000 Subject: [PATCH] Adjusted the position of the AER check box --- PROMS/fmtxml/PlantSpecific_ComanchePeak.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/PROMS/fmtxml/PlantSpecific_ComanchePeak.cs b/PROMS/fmtxml/PlantSpecific_ComanchePeak.cs index 9d823c18..c61e00c5 100644 --- a/PROMS/fmtxml/PlantSpecific_ComanchePeak.cs +++ b/PROMS/fmtxml/PlantSpecific_ComanchePeak.cs @@ -314,6 +314,20 @@ namespace fmtxml ""); myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[12]); + + xdNew.LoadXml(" " + + "" + + ""); + + myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[9]); + + xdNew.LoadXml(" " + + "" + + "" + + ""); + + myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[11]); + } } }