witten
/
luminotes
Archived
1
0
Fork 0

Added "what's new" link to upgrade info.

This commit is contained in:
Dan Helfman 2008-09-27 01:43:11 -07:00
parent 81d4e44450
commit da68e33566
1 changed files with 14 additions and 9 deletions

View File

@ -37,15 +37,20 @@ class Download_page( Product_page ):
class_ = u"upgrade_subtitle",
),
Div(
upgrade and P(
upgrade and Div(
P(
B( "Upgrading:" ),
u"""
If you have already purchased Luminotes Desktop and would like to download a newer
version, simply follow the link you received after your purchase. Can't find
the link or need help? Please
version, simply follow the link you received after your purchase.
""",
A( "Check out what's new in version %s" % VERSION, href = news_url ),
),
P(
u"Can't find your download link or need help? Please",
A( u"contact support", href = u"/contact_info" ),
u"for assistance.",
),
class_ = u"upgrade_text",
) or None,
Div(