3827: Narrated Web Site: Dates for Alternate names are not shown, by kulath
svn: r15100
This commit is contained in:
parent
42f948b606
commit
57d289fee9
@ -3939,6 +3939,10 @@ class IndividualPage(BasePage):
|
|||||||
# which doesn't exactly look very nice printed on the web page
|
# which doesn't exactly look very nice printed on the web page
|
||||||
if pname[:2] == ', ':
|
if pname[:2] == ', ':
|
||||||
pname = pname[2:]
|
pname = pname[2:]
|
||||||
|
if name != primary_name:
|
||||||
|
datetext = _dd.display(name.date)
|
||||||
|
if datetext:
|
||||||
|
pname = datetext + ': ' + pname
|
||||||
|
|
||||||
type_ = str( name.get_type() )
|
type_ = str( name.get_type() )
|
||||||
trow = Html("tr") + (
|
trow = Html("tr") + (
|
||||||
|
Loading…
Reference in New Issue
Block a user