BGEALN page/doc style fixes

Added a SpecialCaseCalvertAlarm flag to keep code changes isolated.
Various print fixes
TranslateFMT.XSL
This commit is contained in:
2014-08-01 11:51:52 +00:00
parent 55f835915d
commit b24dfe988d
4 changed files with 143 additions and 2 deletions

View File

@@ -701,6 +701,9 @@ namespace fmtxml
case "BGEEOP.Z00":
AddBGEEOPPage_Z00(ref pgstyles);
break;
case "BGEALN.PAG":
AddBGEALNPage(ref pgstyles);
break;
}
}
@@ -1255,6 +1258,9 @@ namespace fmtxml
case "BGEEOP.Y00":
AddBGEEOPDOC_Y00(ref dcstyles);
break;
case "BGEALN.DOC":
AddBGEALNDOC(ref dcstyles);
break;
}
}
private void AddFNPCASDOC(ref DocStyles dcstyles)