updated tvdb search
This commit is contained in:
@@ -70,9 +70,9 @@
|
||||
<input type="hidden" id="featureId" name="item_number" value="">
|
||||
<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="$(this).parents('form')[0].submit();">
|
||||
<img src="css/images/supporter/registerpaypal.png" />
|
||||
</a>
|
||||
<button type="submit" id="ppButton" data-theme="b" data-icon="arrow-r" data-iconpos="right">
|
||||
${RegisterWithPayPal}
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -221,6 +221,10 @@
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.centeredCardImage {
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.bannerCard {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB |
@@ -187,6 +187,8 @@
|
||||
bottom: 0;
|
||||
z-index: 1001;
|
||||
border: 0 !important;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.searchResultsContainer {
|
||||
|
||||
@@ -1234,6 +1234,9 @@
|
||||
if (options.coverImage) {
|
||||
imageCssClass += " coveredCardImage";
|
||||
}
|
||||
if (options.centerImage) {
|
||||
imageCssClass += " centeredCardImage";
|
||||
}
|
||||
|
||||
var dataSrc = "";
|
||||
|
||||
|
||||
@@ -358,6 +358,7 @@
|
||||
overlayText: false,
|
||||
showTitle: true,
|
||||
coverImage: true,
|
||||
centerImage: true,
|
||||
textLines: getAdditionalTextLines
|
||||
});
|
||||
$('.itemsContainer', elem).html(html).lazyChildren();
|
||||
@@ -418,11 +419,13 @@
|
||||
if (val) {
|
||||
$('.btnCloseSearch').show();
|
||||
updateSearchOverlay(getSearchOverlay(true).fadeIn('fast'), val);
|
||||
$(document.body).addClass('bodyWithPopupOpen');
|
||||
|
||||
} else {
|
||||
|
||||
$('.btnCloseSearch').hide();
|
||||
updateSearchOverlay(getSearchOverlay(false).fadeOut('fast'), val);
|
||||
$(document.body).removeClass('bodyWithPopupOpen');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user