* src/plugins/NarrativeWeb.py: 0000950: include the date in the reference sections of the narrative web site
svn: r8288
This commit is contained in:
parent
e463a083a3
commit
066c41d25a
@ -1,3 +1,7 @@
|
||||
2007-03-09 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/NarrativeWeb.py: 0000950: include the date in the reference
|
||||
sections of the narrative web site
|
||||
|
||||
2007-03-09 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/NarrativeWeb.py: Support new note API
|
||||
* src/ReportBase/_ReportUtils.py: Support new note API
|
||||
|
@ -1582,7 +1582,8 @@ class IndividualPage(BasePage):
|
||||
self.source_link(of,source.handle,title,source.gramps_id,True)
|
||||
tmp = []
|
||||
confidence = Utils.confidence.get(sref.confidence, _('Unknown'))
|
||||
for (label,data) in [(_('Page'),sref.page),
|
||||
for (label,data) in [(_('Date'),_dd.display(sref.date)),
|
||||
(_('Page'),sref.page),
|
||||
(_('Confidence'),confidence),
|
||||
(_('Text'),sref.text)]:
|
||||
if data:
|
||||
|
Loading…
Reference in New Issue
Block a user