1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-16 12:36:26 +02:00

rename carousel-control to gallery-control (carousel-control namespace already used by bootstrap)

This commit is contained in:
Cameron
2013-04-14 17:07:15 -07:00
parent 755bf861c4
commit 3edc2035e6
2 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,8 @@ $(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto( $("a[rel^='prettyPhoto']").prettyPhoto(
{ {
theme: 'pp_default', /* pp_default , light_rounded , dark_rounded , light_square , dark_square ,facebook */ theme: 'pp_default', /* pp_default , light_rounded , dark_rounded , light_square , dark_square ,facebook */
overlay_gallery: false overlay_gallery: false,
deeplinking: false
} }
); );
}); });

View File

@ -65,8 +65,8 @@ $GALLERY_TEMPLATE['SLIDESHOW_WRAPPER'] = '
</div> </div>
<div class="gallery-slideshow-controls"> <div class="gallery-slideshow-controls">
<a href="#" class="carousel-control gal-next" style="float: right">Next &rsaquo;</a> <a href="#" class="gallery-control gal-next" style="float: right">Next &rsaquo;</a>
<a href="#" class="carousel-control gal-prev" >&lsaquo; Previous</a> <a href="#" class="gallery-control gal-prev" >&lsaquo; Previous</a>
<span class="gallery-slide-jumper-container">{GALLERY_JUMPER}</span> <span class="gallery-slide-jumper-container">{GALLERY_JUMPER}</span>
</div> </div>