Fixed note issue in header_note and footer_note.
svn: r15069
This commit is contained in:
parent
afe298209f
commit
8be9e00ff5
@ -886,7 +886,7 @@ class BasePage(object):
|
|||||||
footer += user_footer
|
footer += user_footer
|
||||||
|
|
||||||
# attach note
|
# attach note
|
||||||
user_footer += note.get_text()
|
user_footer += note.get()
|
||||||
|
|
||||||
value = _dd.display(date.Today())
|
value = _dd.display(date.Today())
|
||||||
msg = _('Generated by <a href = "%(homepage)s">'
|
msg = _('Generated by <a href = "%(homepage)s">'
|
||||||
@ -1006,7 +1006,7 @@ class BasePage(object):
|
|||||||
headerdiv += user_header
|
headerdiv += user_header
|
||||||
|
|
||||||
# attach note
|
# attach note
|
||||||
user_header += note.get_text()
|
user_header += note.get()
|
||||||
|
|
||||||
# Begin Navigation Menu
|
# Begin Navigation Menu
|
||||||
body += self.display_nav_links(title)
|
body += self.display_nav_links(title)
|
||||||
|
Loading…
Reference in New Issue
Block a user