Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50767 - in website/public_html/beta/users: download history news
From: daniel_james_at_[hidden]
Date: 2009-01-25 12:40:16


Author: danieljames
Date: 2009-01-25 12:40:15 EST (Sun, 25 Jan 2009)
New Revision: 50767
URL: http://svn.boost.org/trac/boost/changeset/50767

Log:
Make the download link a little clearer on the entry pages.
Text files modified:
   website/public_html/beta/users/download/entry.php | 2 +-
   website/public_html/beta/users/history/entry.php | 2 +-
   website/public_html/beta/users/news/entry.php | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/users/download/entry.php
==============================================================================
--- website/public_html/beta/users/download/entry.php (original)
+++ website/public_html/beta/users/download/entry.php 2009-01-25 12:40:15 EST (Sun, 25 Jan 2009)
@@ -42,7 +42,7 @@
               "news-date"><?php print $_downloads->db[$_guid]['date']; ?></span></p>
 
               <?php if($_downloads->db[$_guid]['boostbook:download']) : ?>
- <p><span class="news-download">Download</span></p>
+ <p><span class="news-download">Download this release.</span></p>
               <? endif; ?>
 
               <div class="news-description">

Modified: website/public_html/beta/users/history/entry.php
==============================================================================
--- website/public_html/beta/users/history/entry.php (original)
+++ website/public_html/beta/users/history/entry.php 2009-01-25 12:40:15 EST (Sun, 25 Jan 2009)
@@ -52,7 +52,7 @@
               "news-date"><?php print $_history->db[$_guid]['date']; ?></span></p>
 
               <?php if($_history->db[$_guid]['boostbook:download']) : ?>
- <p><span class="news-download">Download</span></p>
+ <p><span class="news-download">Download this release.</span></p>
               <?php endif; ?>
 
               <div class="news-description">

Modified: website/public_html/beta/users/news/entry.php
==============================================================================
--- website/public_html/beta/users/news/entry.php (original)
+++ website/public_html/beta/users/news/entry.php 2009-01-25 12:40:15 EST (Sun, 25 Jan 2009)
@@ -52,7 +52,7 @@
               "news-date"><?php print $_news->db[$_guid]['date']; ?></span></p>
 
               <?php if($_news->db[$_guid]['boostbook:download']) : ?>
- <p><span class="news-download">Download</span></p>
+ <p><span class="news-download">Download this release.</span></p>
               <?php endif; ?>
 
               <div class="news-description">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk