move privacy option higher, make it more noticeable

This commit is contained in:
Paul Franklin 2014-12-27 10:12:17 -08:00
parent 2f5ab9c6f8
commit 594e1aa0a2

View File

@ -229,6 +229,7 @@ class DetAncestorReport(Report):
self.write_children(family)
if self.inc_events:
self.write_family_events(family)
if self.inc_sources:
if self.pgbrkenotes:
self.doc.page_break()
@ -763,6 +764,8 @@ class DetAncestorOptions(MenuReportOptions):
gen.set_help(_("The number of generations to include in the report"))
addopt("gen", gen)
stdoptions.add_private_data_option(menu, category)
pagebbg = BooleanOption(_("Page break between generations"),False)
pagebbg.set_help(
_("Whether to start a new page after each generation."))
@ -773,8 +776,6 @@ class DetAncestorOptions(MenuReportOptions):
_("Whether to start a new page before the end notes."))
addopt("pageben", pageben)
stdoptions.add_private_data_option(menu, category)
stdoptions.add_localization_option(menu, category)
# Content options