Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Poirier2018-01-05 13:51:04 +0000
committerEric Poirier2018-01-05 13:51:20 +0000
commit97797b141faee7d3d6c7dbb1c88651d7edf1105e (patch)
treee94a34ae853a28f4b2f2dc19afaf84724de88e75
parentaafd9903569e19a3ed6ceda68da5807183e45f96 (diff)
downloaddonate-97797b141faee7d3d6c7dbb1c88651d7edf1105e.tar.gz
donate-97797b141faee7d3d6c7dbb1c88651d7edf1105e.tar.xz
donate-97797b141faee7d3d6c7dbb1c88651d7edf1105e.zip
Infra 2583 - Remove Bitcoin from payment options popup
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
-rw-r--r--content/en_index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/en_index.php b/content/en_index.php
index e9c9864..d930a06 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -81,9 +81,8 @@ $App->AddExtraJSFooter('<script type="text/javascript" src="/donate/assets/publi
<div class="row margin-bottom-5">
- <div class="col-sm-24">
+ <div class="col-sm-24 text-center">
<label class="radio-inline"><input type="radio" name="type" value="paypal" checked="checked"> Paypal</label>
- <label class="radio-inline"><input type="radio" name="type" value="bitpay"> Bitcoin</label>
<label class="radio-inline"><input type="radio" name="type" value="credit"> Credit card</label>
</div>
</div>

Back to the top