1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

some minor style cleanup

This commit is contained in:
Luke Pulverenti 2013-03-26 23:00:50 -04:00
parent b7b071a02f
commit 0fb6b9a111
3 changed files with 11 additions and 9 deletions

View file

@ -31,7 +31,7 @@
</p>
</div>
</form>
<form name="_xclick" target="_blank" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div class="premiumPackage" data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em; display: none" data-theme="a">
<h3>Registration</h3>
@ -49,14 +49,16 @@
<input type="hidden" id="amount" name="amount" value="10">
<input type="hidden" id="featureId" name="item_number" value="MBSupporter">
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
<input type="hidden" name="return" id ="paypalReturnUrl" value="#">
<a data-role="button" id="ppButton" onclick="_xclick.submit();"><img src="css/images/supporter/registerpaypal.png"/></a>
<p id="noEmail" style="display: none"><strong>This developer has not provided a PayPal email. Please see their
<input type="hidden" name="return" id="paypalReturnUrl" value="#">
<a data-role="button" id="ppButton" onclick="_xclick.submit();">
<img src="css/images/supporter/registerpaypal.png" /></a>
<p id="noEmail" style="display: none">
<strong>This developer has not provided a PayPal email. Please see their
website for registration information.</strong>
</p>
</div>
</div>
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;" data-theme="a">

View file

@ -87,7 +87,7 @@
$('premiumHasPrice', page).hide();
}
} else {
$('#regInfo', page).html("<h3>You must be a <a href='supporter.html'>Media Browser Supporter</a> in order to gain access to this feature.</h3>");
$('#regInfo', page).html("You must be a <a href='supporter.html'>Media Browser Supporter</a> in order to gain access to this feature.").trigger('create');
$('#ppButton', page).hide();
}

View file

@ -43,8 +43,8 @@
</p>
<hr />
</form>
<hr/>
<h2>Lost Key</h2>
<form id="lostKeyForm">
<div style="margin-top: 40px; margin-bottom: 40px">
@ -57,7 +57,7 @@
</div>
<p>
<button type="submit" id="mbRetrieveKeyBtn" data-theme="b" >Retrieve Key</button>
<button type="submit" id="mbRetrieveKeyBtn" data-theme="b">Retrieve Key</button>
</p>