This commit is contained in:
2013-03-12 13:33:29 +00:00
parent c377c9b91d
commit 661bf3887d
9 changed files with 35 additions and 4 deletions

View File

@@ -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)