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