mirror of
https://github.com/e107inc/e107.git
synced 2025-07-16 04:26:20 +02:00
rename carousel-control to gallery-control (carousel-control namespace already used by bootstrap)
This commit is contained in:
@ -31,7 +31,8 @@ $(document).ready(function(){
|
||||
$("a[rel^='prettyPhoto']").prettyPhoto(
|
||||
{
|
||||
theme: 'pp_default', /* pp_default , light_rounded , dark_rounded , light_square , dark_square ,facebook */
|
||||
overlay_gallery: false
|
||||
overlay_gallery: false,
|
||||
deeplinking: false
|
||||
}
|
||||
);
|
||||
});
|
||||
|
@ -65,8 +65,8 @@ $GALLERY_TEMPLATE['SLIDESHOW_WRAPPER'] = '
|
||||
</div>
|
||||
|
||||
<div class="gallery-slideshow-controls">
|
||||
<a href="#" class="carousel-control gal-next" style="float: right">Next ›</a>
|
||||
<a href="#" class="carousel-control gal-prev" >‹ Previous</a>
|
||||
<a href="#" class="gallery-control gal-next" style="float: right">Next ›</a>
|
||||
<a href="#" class="gallery-control gal-prev" >‹ Previous</a>
|
||||
<span class="gallery-slide-jumper-container">{GALLERY_JUMPER}</span>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user