3430: Add Gramps version to the output of reports
svn: r15238
This commit is contained in:
parent
f32a092057
commit
d8d47881ab
@ -941,9 +941,10 @@ class BasePage(object):
|
||||
user_footer += note.get()
|
||||
|
||||
msg = _('Generated by <a href = "%(homepage)s">'
|
||||
'Gramps</a> on %(date)s') % {
|
||||
'date': _dd.display(date.Today()),
|
||||
'homepage' : const.URL_HOMEPAGE }
|
||||
'Gramps</a> %(version)s on %(date)s') % {
|
||||
'date': _dd.display(date.Today()),
|
||||
'homepage' : const.URL_HOMEPAGE,
|
||||
'version': const.VERSION}
|
||||
|
||||
# optional "link-home" feature; see bug report #2736
|
||||
if self.report.options['linkhome']:
|
||||
|
Loading…
Reference in New Issue
Block a user