Файл: public_html/tpl/page/admin/paypal.html
Строк: 52
<?php
<div style="float:left; padding:30px; width:639px; border-bottom:1px solid #eee; background:#f9f9f9;">
<div style="float:left; font-size:13px; font-weight:bold; color:#666;">{$lang408}</div>
</div>
<form action="admin.php" method="post">
<input type="hidden" name="sk" value="pp">
<div style="float:left; clear:both; padding:10px; padding-top:30px;">
<div style="float:left; width:120px; padding:10px; padding-right:20px; color:#666; font-size:13px;" align="right">PayPal Email Adresse:</div>
<div style="float:left; padding-top:2px;">
<input value="{$paypalid}" name="ppid" type="text" style="background:#fff; border-radius:5px; font-family:Open Sans; font-size:13px; padding:10px 8px 10px 8px; box-shadow:inset 0 2px #fff; width:350px; -moz-box-sizing: border-box; box-sizing: border-box; cursor:text; border:1px solid #e2e2e2; height:40px;" autocomplete="off" class="sod_select custom" />
</div>
</div>
<div style="float:left; padding-left:160px; clear:both; padding-top:20px;">
<input type="submit" value="{$lang624}" onclick="location.href='create'" class="grey">
</div>
</form>
<div style="float:left; clear:both; padding:60px;">
<div style="float:left; clear:both;"><b>Hilfe</b></div>
<div style="float:left; clear:both; padding-top:10px;">
<a href="http://kogaoscript.com/docs?q=paypal" target="_blank">Lesen Sie, wie Sie Ihre PayPal Website Einstellungen konfiguieren müssen.</a>
</div>
<div style="float:left; clear:both; padding-top:5px;">
<a href="http://kogaoscript.com/docs?q=topads" target="_blank">Wie ändere ich die Preise von den Topanzeigen.</a>
</div>
</div>
?>