This commit is contained in:
@@ -292,6 +292,10 @@ namespace VEPROMS
|
||||
if ((pf.FormatData.PurchaseOptions & E_PurchaseOptions.AutoTableOfContents) == E_PurchaseOptions.AutoTableOfContents && _SectionConfig.MySection.MyContent.Text.ToUpper() != "TABLE OF CONTENTS")
|
||||
{
|
||||
ppCbIncTOC.Enabled = true;
|
||||
if (_SectionConfig.MySection.MySectionInfo.MyDocStyle.IncludeInTOC)
|
||||
ppCbIncTOC.Text = "Exclude from Table of Contents";
|
||||
else
|
||||
ppCbIncTOC.Text = "Include in Table of Contents";
|
||||
ppCbIncTOC.Checked = _SectionConfig.Section_TOC == "Y";
|
||||
}
|
||||
if (!_SectionConfig.MySection.MySectionInfo.IsStepSection)
|
||||
|
Reference in New Issue
Block a user