From da68e3356693a65d05f205cb47067855796019e0 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 27 Sep 2008 01:43:11 -0700 Subject: [PATCH] Added "what's new" link to upgrade info. --- view/Download_page.py | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/view/Download_page.py b/view/Download_page.py index dcb75af..8bb06fc 100644 --- a/view/Download_page.py +++ b/view/Download_page.py @@ -37,15 +37,20 @@ class Download_page( Product_page ): class_ = u"upgrade_subtitle", ), Div( - upgrade and 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 - """, - A( u"contact support", href = u"/contact_info" ), - u"for assistance.", + 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. + """, + 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(