* src/plugins/NarrativeWeb.py: 0000950: include the date in the reference sections of the narrative web site

svn: r8288
This commit is contained in:
Brian Matherly 2007-03-11 19:33:27 +00:00
parent e463a083a3
commit 066c41d25a
2 changed files with 6 additions and 1 deletions

View File

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

View File

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