Skip to content

Commit

Permalink
Added donte button
Browse files Browse the repository at this point in the history
  • Loading branch information
benedwards44 committed Jul 27, 2019
1 parent 05f40b4 commit 48aef11
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packagebuilder/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
</ul>

<ul class="nav navbar-nav navbar-right">
<li>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="padding-top:12px;">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="9J3KBL2Q4ZUS4" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_NZ/i/scr/pixel.gif" width="1" height="1" />
</form>
</li>
<li>
<a href="https://github.com/benedwards44/packagebuilder" target="_blank">Source Code</a>
</li>
Expand Down
11 changes: 11 additions & 0 deletions packagebuilder/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ <h1>Salesforce package.xml Builder</h1>
<p>
Faster than having to download all the actual metadata in order to build your package.xml file.
</p>
<div class="alert alert-warning alert-dismissible text-center" role="alert">
<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
Help keep <strong>Salesforce Package.xml Builder</strong> free! Please donate to support development and Heroku running costs.
Any value is appreciated!
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="padding-top:12px;">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="9J3KBL2Q4ZUS4" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_NZ/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
<div class="alert alert-info alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-2.7.15
python-2.7.16

0 comments on commit 48aef11

Please sign in to comment.