From 2569c5d9f020466e690fd52faaab26cf376de3a5 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 --- gramps2/ChangeLog | 4 ++++ gramps2/src/plugins/NarrativeWeb.py | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index c7f0b947e..e879361f9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/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/gramps2/src/plugins/NarrativeWeb.py b/gramps2/src/plugins/NarrativeWeb.py index 04e7e861f..748cd4dc5 100644 --- a/gramps2/src/plugins/NarrativeWeb.py +++ b/gramps2/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: