3827: Narrated Web Site: Dates for Alternate names are not shown, by kulath

svn: r15101
This commit is contained in:
Doug Blank 2010-04-13 02:49:45 +00:00
parent aac19c3b31
commit a81f6956a5

View File

@ -3924,6 +3924,10 @@ class IndividualPage(BasePage):
# which doesn't exactly look very nice printed on the web page
if pname[:2] == ', ':
pname = pname[2:]
if name != primary_name:
datetext = _dd.display(name.date)
if datetext:
pname = datetext + ': ' + pname
type_ = str( name.get_type() )
trow = Html("tr") + (