mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Issue #2970 btn-default > btn-default btn-secondary
This commit is contained in:
@@ -43,7 +43,7 @@ $FEATUREBOX_TEMPLATE['landingzero_homepage_modal'] = '{SETIMAGE: w=900&h=650&cro
|
||||
<hr class="star-primary">
|
||||
{FEATUREBOX_IMAGE}
|
||||
{FEATUREBOX_TEXT}
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> ' . LAN_CLOSE . '</button>
|
||||
<button type="button" class="btn btn-default btn-secondary" data-dismiss="modal"><i class="fa fa-times"></i> ' . LAN_CLOSE . '</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -27,7 +27,7 @@ $GALLERY_TEMPLATE['slideshow_wrapper'] = '
|
||||
<a href="#" class="gallery-control gal-next btn btn-xs btn-default btn-secondary pull-right">
|
||||
' . LAN_NEXT . ' {GLYPH=fa-chevron-right}
|
||||
</a>
|
||||
<a href="#" class="gallery-control gal-prev btn btn-xs btn-default">
|
||||
<a href="#" class="gallery-control gal-prev btn btn-xs btn-default btn-secondary">
|
||||
{GLYPH=fa-chevron-left} ' . LAN_PREVIOUS . '
|
||||
</a>
|
||||
<span class="gallery-slide-jumper-container">
|
||||
|
Reference in New Issue
Block a user