0000806: default for narrative website should be protect living
svn: r8483
This commit is contained in:
parent
c020882e40
commit
ab912fa605
@ -1,3 +1,7 @@
|
|||||||
|
2007-05-16 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/NarrativeWeb.py: 0000806: default for narrative website should
|
||||||
|
be protect living
|
||||||
|
|
||||||
2007-05-15 Brian Matherly <brian@gramps-project.org>
|
2007-05-15 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/ReportBase/_ReportDialog.py: 0001043: Dropdown list in htmloptions in
|
* src/ReportBase/_ReportDialog.py: 0001043: Dropdown list in htmloptions in
|
||||||
Family Group Report has very large size
|
Family Group Report has very large size
|
||||||
|
@ -2455,7 +2455,7 @@ class WebReportOptions(ReportOptions):
|
|||||||
'NWEBgraphgens' : 4,
|
'NWEBgraphgens' : 4,
|
||||||
'NWEBod' : os.path.join(const.user_home,"NWEB"),
|
'NWEBod' : os.path.join(const.user_home,"NWEB"),
|
||||||
'NWEBcopyright' : 0,
|
'NWEBcopyright' : 0,
|
||||||
'NWEBrestrictinfo' : 0,
|
'NWEBrestrictinfo' : 1,
|
||||||
'NWEBrestrictyears' : 30,
|
'NWEBrestrictyears' : 30,
|
||||||
'NWEBincpriv' : 0,
|
'NWEBincpriv' : 0,
|
||||||
'NWEBnonames' : 0,
|
'NWEBnonames' : 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user