Index: trunk/extensions/Wikidata/misc/FundButton.php |
— | — | @@ -7,27 +7,24 @@ |
8 | 8 | |
9 | 9 | function wfFundHook() { |
10 | 10 | $msg = <<<ENDHTML |
11 | | - |
12 | | -<hr style="height:1px;color:black;" noshade> |
13 | | - |
| 11 | +<li style="list-style: none"> |
| 12 | +<hr style="height:1px;color:black;border-width:0;" /> |
14 | 13 | Support OmegaWiki development by donating to Stichting Open Progress, a not-for-profit organization: |
15 | 14 | |
16 | 15 | <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
17 | | - <font face="Verdana, Arial, Helvetica, sans-serif"> |
18 | | - <input type="hidden" name="cmd" value="_xclick"> |
| 16 | + <p> |
| 17 | + <input type="hidden" name="cmd" value="_xclick" /> |
19 | 18 | |
20 | | - <input type="hidden" name="business" value="money@openprogress.org"> |
21 | | - <input type="hidden" name="item_name" value="Support OmegaWiki"> |
22 | | - <input type="hidden" name="item_number" value="001"> |
| 19 | + <input type="hidden" name="business" value="money@openprogress.org" /> |
| 20 | + <input type="hidden" name="item_name" value="Support OmegaWiki" /> |
| 21 | + <input type="hidden" name="item_number" value="001" /> |
23 | 22 | |
24 | | - <input type="image" |
25 | | -src="http://www.paypal.com/images/x-click-but04.gif" border="0" name= |
26 | | - </font> |
| 23 | + <input type="image" src="http://www.paypal.com/images/x-click-but04.gif" style="border: 0" /> |
| 24 | + </p> |
27 | 25 | </form> |
| 26 | +</li> |
| 27 | +<li><a href="http://openprogress.org/Donations%2C_putting_your_money_where_your_mouth_is">More information</a></li> |
28 | 28 | |
29 | | -<br /> |
30 | | -<a href="http://openprogress.org/Donations%2C_putting_your_money_where_your_mouth_is">More information</A> |
31 | | - |
32 | 29 | ENDHTML; |
33 | 30 | echo( $msg ); |
34 | 31 | return true; |