|
|
@@ -1046,7 +1046,7 @@ function outputRecentAdded($header, $items, $script = false, $array, $type) {
|
|
|
return '<div id="recentMedia'.$type.'" class="content-box box-shadow big-box"><h5 class="text-center">'.$header.'</h5><p class="text-center">No Media Found</p></div>';
|
|
|
}else{
|
|
|
$className = str_replace(' ', '', $header.' on '.$type);
|
|
|
- return '<div id="recentMedia'.$type.'" class="content-box box-shadow big-box"><h5 id="recentContent-title-'.$type.'" style="margin-bottom: -20px" class="text-center">'.$header.'</h5><div class="recentHeader inbox-pagination '.$className.'">'.$hideMenu.'</div><br/><br/><div class="recentItems-recent-'.$type.'" data-name="'.$className.'">'.implode('',$items).'</div></div>'.($script?'<script>'.$script.'</script>':'');
|
|
|
+ return '<div id="recentMedia'.$type.'" class="content-box box-shadow big-box"><h5 id="recentContent-title-'.$type.'" style="margin-bottom: -20px" class="text-center"><span>'.$header.'</span></h5><div class="recentHeader inbox-pagination '.$className.'">'.$hideMenu.'</div><br/><br/><div class="recentItems-recent-'.$type.'" data-name="'.$className.'">'.implode('',$items).'</div></div>'.($script?'<script>'.$script.'</script>':'');
|
|
|
}
|
|
|
|
|
|
}
|
|
|
@@ -5259,7 +5259,7 @@ function outputOmbiRequests($header = "Requested Content", $items, $script = fal
|
|
|
return '<div id="recentRequests"></div>';
|
|
|
}else{
|
|
|
$className = str_replace(' ', '', $header);
|
|
|
- return '<div id="recentRequests" class="content-box box-shadow big-box"><h5 id="requestContent-title" style="margin-bottom: -20px" class="text-center">'.$header.'</h5><div class="recentHeader inbox-pagination '.$className.'">'.$hideMenu.'</div><br/><br/><div class="recentItems-request" data-name="'.$className.'">'.implode('',$items).'</div></div>'.($script?'<script>'.$script.'</script>':'');
|
|
|
+ return '<div id="recentRequests" class="content-box box-shadow big-box"><h5 id="requestContent-title" style="margin-bottom: -20px" class="text-center"><span>'.$header.'</span></h5><div class="recentHeader inbox-pagination '.$className.'">'.$hideMenu.'</div><br/><br/><div class="recentItems-request" data-name="'.$className.'">'.implode('',$items).'</div></div>'.($script?'<script>'.$script.'</script>':'');
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -5827,7 +5827,7 @@ function buildDownloader($name, $type = 'both'){
|
|
|
<i class="fa fa-repeat"></i>
|
|
|
</a>
|
|
|
</div>
|
|
|
- <h3 class="pull-left">'.strtoupper($name).'</h3>
|
|
|
+ <h3 class="pull-left"><span>'.strtoupper($name).'</span></h3>
|
|
|
'.$tabs.'
|
|
|
<div class="clearfix"></div>
|
|
|
</div>
|