Merge branch '2.1.x'

This commit is contained in:
Marc Alexander
2015-06-19 10:50:11 +02:00
5 changed files with 11 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -197,7 +197,7 @@ a.portal-forumtitle {
}
.portal-paypal-icon {
background-image: url("./images/portal/paypal.gif");
background-image: url("../../all/theme/images/portal/paypal.gif");
background-repeat: no-repeat;
padding-left: 73px;
padding-top: 44px;

View File

@@ -7,7 +7,7 @@
<td>
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
<br />
<div style="float: left; padding-right: 5px;"><img src="{T_THEME_PATH}/images/portal/paypal.gif" alt="" /></div>
<div class="portal-paypal-icon">&nbsp;</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:15px">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="{PAY_ACC_CENTER}" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -220,3 +220,12 @@
float: right;
margin-bottom: 2px;
}
.portal-paypal-icon {
background-image: url("../../all/theme/images/portal/paypal.gif");
background-repeat: no-repeat;
padding-left: 73px;
padding-top: 44px;
float: left;
margin: 5px;
}