A couple more work arounds for bug 6227

svn: r20776
This commit is contained in:
Tim G L Lyons 2012-12-09 17:59:28 +00:00
parent de4953f090
commit dfcfacfaec

View File

@ -6200,7 +6200,7 @@ class PersonPages(BasePage):
This will display a parent ... This will display a parent ...
""" """
tcell1 = Html("td", title, class_ = "ColumnAttribute", inline = True) tcell1 = Html("td", title, class_ = "ColumnAttribute", inline = True)
tcell2 = Html("td", class_ = "ColumnValue") tcell2 = Html("td", class_ = "ColumnValue", inline=True)
tcell2 += self.new_person_link(handle, uplink=True) tcell2 += self.new_person_link(handle, uplink=True)
@ -6720,7 +6720,7 @@ class AddressBookPage(BasePage):
body += addressbookdetail body += addressbookdetail
link = self.new_person_link(person_handle, uplink=True, person=person) link = self.new_person_link(person_handle, uplink=True, person=person)
addressbookdetail += Html("h3", link) addressbookdetail += Html("h3", link, inline=True)
# individual has an address # individual has an address
if has_add: if has_add: