diff --git a/PROMS/Formats/fmtall/TUECall.xml b/PROMS/Formats/fmtall/TUECall.xml index fc1083c9..77b1f922 100644 Binary files a/PROMS/Formats/fmtall/TUECall.xml and b/PROMS/Formats/fmtall/TUECall.xml differ diff --git a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs index ca910e7a..e3a0039b 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs @@ -571,6 +571,19 @@ namespace VEPROMS.CSLA.Library } } #endregion + #region UseStepTabs + private LazyLoad _UseStepTabs; + [Category("Continue Msg")] + [DisplayName("Flag to use step tabs")] + [Description("Flag to use step tabs")] + public bool UseStepTabs + { + get + { + return LazyLoad(ref _UseStepTabs, "@UseStepTabs"); + } + } + #endregion #region HLS private LazyLoad _HLS; [Category("Continue Msg")]