Changeset - 656d2ae05be3
[Not reviewed]
0 1 1
Bradley Kuhn (bkuhn) - 9 years ago 2015-01-20 21:13:26
bkuhn@ebb.org
Add supporter night button.

Thanks to Tony for making it.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/img/supporter-night-button.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
www/conservancy/static/supporter/event.html
Show inline comments
...
 
@@ -98,23 +98,23 @@ to discuss your dietary needs.
 
<div class="dinner-form-inputs">
 
            <input type="hidden" name="cmd" value="_xclick" />
 
            <input type="hidden" name="business" value="dinner@sfconservancy.org" />
 
            <input type="hidden" name="item_name" value="Conservancy Supporter Night, FOSDEM 2015" />
 
            <input id="no_shipping" type="hidden" name="no_shipping" value="0" />
 
  <label for="amount"><strong>Amount:</strong> $</label>
 
  <input id="amount" type="text" name="amount" size="7" minimum="40" value="40" />
 
  <span id="error" class="form-error-show">$40 is a minimum donation to
 
  attend  the dinner.</span><br/>
 
  <br /></div>
 
                      <div id="annual" class="dinner-form-submit">
 
                      <input type="image"
 
                             src="/img/supporter-payment-button-annual.png"
 
                             height="81" width="188"
 
                             src="/img/supporter-night-button.png"
 
                             height="92" width="214"
 
                             border="0" name="submit" alt="Attend the 2015 Conservancy Supporter Night!">
 
                      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 
<br/><br/><small>Button above redirects to PayPal's site for credit
 
        card, bank account or PayPal balance payment methods.  Enter amount first.</small>
 
</div></form></div>
 
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
 
</div>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)