From dabcd47805766e257d5f9dccb40f56187e3a4b4b Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 11 Mar 2007 19:42:48 +0000 Subject: [PATCH] * src/plugins/NarrativeWeb.py: 0000950: include the date in the reference sections of the narrative web site svn: r8289 --- ChangeLog | 4 ++++ src/plugins/NarrativeWeb.py | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c7f0b947e..e879361f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-11 Brian Matherly + * src/plugins/NarrativeWeb.py: 0000950: include the date in the reference + sections of the narrative web site + 2007-03-07 Stefan Björk * src/Filters/Rules/_HasMarkerBase.py (HasMarkerBase): fix typo * src/GrampsWidgets.py: better wording diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index 04e7e861f..748cd4dc5 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -1577,7 +1577,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: