Add value to anonymous donations
Change-Id: I84baa40b4afbd5eefebe09bd7693f0f0d73b7f93
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index e5234c5..0318ce2 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -122,7 +122,7 @@
</div>
</div>
<div class="checkbox">
- <label> <input class="recognition-checkbox" type="checkbox" value="" name="is_anonymous">
+ <label> <input class="recognition-checkbox" type="checkbox" value="recognition" name="is_anonymous">
<span class="recognition-text">I want to be listed on the recognition page</span>
</label>
</div>
diff --git a/content/en_link-account.php b/content/en_link-account.php
index 3bd56e3..ba632cc 100644
--- a/content/en_link-account.php
+++ b/content/en_link-account.php
@@ -36,9 +36,9 @@
placeholder="Email Address (Optional)">
<textarea name="message" placeholder="Comments (Optional)"><?php print $PaymentGateway->Donation->get_donation_message();?></textarea>
<div class="padding-top-10 is_anonymous">
- <input type="checkbox" name="is_anonymous" value="is_anonymous"
- <?php if ($PaymentGateway->Donation->get_donation_is_anonymous()) {print 'checked="checked"';}?>
- /> I prefer to remain anonymous.
+ <input type="checkbox" name="is_anonymous" value="recognition"
+ <?php if (!$PaymentGateway->Donation->get_donation_is_anonymous()) {print 'checked="checked"';}?>
+ /> I want to be listed on the recognition page
</div>
<hr>
</div>
diff --git a/ide/content/en_index.php b/ide/content/en_index.php
index d112c72..7428882 100644
--- a/ide/content/en_index.php
+++ b/ide/content/en_index.php
@@ -114,7 +114,7 @@
</div>
</div>
<div class="checkbox">
- <label> <input class="recognition-checkbox" type="checkbox" value="" name="is_anonymous">
+ <label> <input class="recognition-checkbox" type="checkbox" value="recognition" name="is_anonymous">
<span class="recognition-text">I want to be listed on the recognition page</span>
</label>
</div>