mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add donate button to global nav, use simpler button
This commit is contained in:
parent
c459175bab
commit
b1dc684738
|
@ -235,15 +235,14 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
echo '<div class="alert alert-error">'."\n";
|
||||
?>
|
||||
Please help to improve SeedDMS! All donations are spend on developing SeedDMS. Donate at least 20 USD and get a pdf copy of the user's manual including updates for 1 year.
|
||||
<form style="display: inline-block;" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<form style="display: inline-block; margin: 0px 0px 14px;" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_donations">
|
||||
<input type="hidden" name="business" value="uwe@steinmann.cx">
|
||||
<input type="hidden" name="lc" value="US">
|
||||
<input type="hidden" name="item_name" value="Development of SeedDMS">
|
||||
<input type="hidden" name="no_note" value="0">
|
||||
<input type="hidden" name="item_name" value="Support development of SeedDMS">
|
||||
<input type="hidden" name="no_note" value="30">
|
||||
<input type="hidden" name="currency_code" value="USD">
|
||||
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
<?php
|
||||
|
@ -371,6 +370,18 @@ Please help to improve SeedDMS! All donations are spend on developing SeedDMS. D
|
|||
echo " <div class=\"ajax\" data-no-spinner=\"true\" data-view=\"Clipboard\" data-action=\"menuClipboard\" data-query=\"folderid=23\"></div>";
|
||||
echo " </div>";
|
||||
}
|
||||
echo '<ul class="nav pull-right"><li>
|
||||
<form style="display: inline-block; padding: 7px 0px 0px 0px; margin: 0px 0px 6px;" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_donations">
|
||||
<input type="hidden" name="business" value="uwe@steinmann.cx">
|
||||
<input type="hidden" name="lc" value="US">
|
||||
<input type="hidden" name="item_name" value="Support development of SeedDMS">
|
||||
<input type="hidden" name="no_note" value="30">
|
||||
<input type="hidden" name="currency_code" value="USD">
|
||||
<input type="image" target="paypal" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</li></ul>';
|
||||
|
||||
echo " <ul class=\"nav\">\n";
|
||||
// echo " <li id=\"first\"><a href=\"../out/out.ViewFolder.php?folderid=".$this->params['rootfolderid']."\">".getMLText("content")."</a></li>\n";
|
||||
|
|
|
@ -282,11 +282,11 @@ $('#loadmore').click(function(e) {
|
|||
<input type="hidden" name="cmd" value="_donations">
|
||||
<input type="hidden" name="business" value="uwe@steinmann.cx">
|
||||
<input type="hidden" name="lc" value="US">
|
||||
<input type="hidden" name="item_name" value="Development of SeedDMS">
|
||||
<input type="hidden" name="item_name" value="Support development of SeedDMS">
|
||||
<input type="hidden" name="no_note" value="0">
|
||||
<input type="hidden" name="amount" value="30">
|
||||
<input type="hidden" name="currency_code" value="USD">
|
||||
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user