diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-07-09 18:53:10 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-07-09 18:53:10 +0200 |
commit | 25d2e66b9e852149a4db85d9b460b8a1ddbdd9e8 (patch) | |
tree | ee187e16f4a2c728f2a80fe5f270e3758d2e9625 /en/5 | |
parent | b4921c181376070d4da84b9016b52b5b0b025929 (diff) | |
download | www-25d2e66b9e852149a4db85d9b460b8a1ddbdd9e8.tar www-25d2e66b9e852149a4db85d9b460b8a1ddbdd9e8.tar.gz www-25d2e66b9e852149a4db85d9b460b8a1ddbdd9e8.tar.bz2 www-25d2e66b9e852149a4db85d9b460b8a1ddbdd9e8.tar.xz www-25d2e66b9e852149a4db85d9b460b8a1ddbdd9e8.zip |
Enable torrents
use real var name for classical install
Diffstat (limited to 'en/5')
-rwxr-xr-x | en/5/download_index.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 977481f78..ec7b3cb30 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -3,8 +3,8 @@ $name = 'Mageia'; $version = '5'; $release = 'alpha1'; -$torrentavailable=false; -$classicaldvd=true; +$torrentavailable=true; +$classical=true; $live=true; $dual=true; @@ -175,7 +175,7 @@ input[type="radio"], input[type="submit"] { <div class="para" id="format"> -<?php if($classicaldvd == true){?> +<?php if($classical == true){?> <div id="classicalEx"> <?php _g('Classical Installation Flavours',null,'h2')?> @@ -223,18 +223,18 @@ input[type="radio"], input[type="submit"] { </div> <div class="radiobutton"> - <?php if( $classicaldvd ){?><input type="radio" value="DVD" name="format" id="classical"/> + <?php if( $classical ){?><input type="radio" value="DVD" name="format" id="classical"/> <label for="classical" class="ui-button classical" ><?php _g('Classic Installation')?></label><?php }?> <?php if($live){ ?><input type="radio" id="live" value="Live" name="format" /> <label for="live" class="ui-button live"><?php _g('Live Media');?></label><?php }?> <input type="radio" id="lan" value="Boot" name="format" /> <label for="lan" class="ui-button lan"><?php _g('Network Installation')?></label> </div> -<?php if( !$dual || !$live || !$classicaldvd ){?> +<?php if( !$dual || !$live || !$classical ){?> <p style="margin-top:1.5em;" class="warn"> <?php if(!$dual){ _g('The dualarch is not yet available.');}?> <?php if(!$live) {_g('LiveCDs and LiveDVDs are not yet available.');}?> - <?php if(!$classicaldvd){ _g('Classical Installation flavours is not yet available.');}?> + <?php if(!$classical){ _g('Classical Installation flavours is not yet available.');}?> </p> <?php }?> </div> @@ -353,7 +353,7 @@ input[type="radio"], input[type="submit"] { </div> <noscript> -<?php if ($classicaldvd){ ?> +<?php if ($classical){ ?> <div class="para" id="Fclassical"> <h2><?php _g('Classical Installation Flavours')?></h2> <table class="fr-table dlt2"> |