Closed (fixed)
Project:
Drupal.org site moderators
Component:
Textual improvements
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2011 at 23:29 UTC
Updated:
19 Jan 2011 at 06:40 UTC
This currenrtly has a big-ass green button to Drupal 6 and a tiny text link to Drupal 7. We need to either flip those or do.. something.
Comments
Comment #1
lisarex commentedThe button flippage is done already on http://d7.redesign.devdrupal.org/download
We prob don't need to do anything else to the page text-wise... other than Do we want to add a link to Drupal 6 though, rather than just "here you go, here's all the other versions?"
I'd love to see 4.7x come out of the module dropdown though :)
Comment #2
webchickWell, we need at least /drupal-7.0-rc4 to be changed to /drupal-7.0
And I think we still need a link to D6 on this page too, at least for the next few months. I'm fine with it being a small link, but IMO it should be there for the same reasons outlined in the /start discussion.
Comment #6
lisarex commentedI've added a link to D6. The download button text appears to come from
function drupalorg_download_drupal_link_button($text) {
$release = project_release_get_current_recommended(3060, DRUPALORG_DOWNLOAD_API_COMPATIBILITY_TID, DRUPALORG_DOWNLOAD_MAJOR_VERSION, 'recommended');
// Assumes a drupal-$version alias exists for the given Drupal version, which
// has been the tradition. Just keep that tradition, and this works wonders.
return l(''. check_plain("$text $release->version") .'', 'drupal-'. $release->version, array('html' => TRUE, 'attributes' => array('class' => 'link-button')));
}
:)
Comment #7
lisarex commentedIt's live and button looks fine. Marking as fixed :)