/trunk/widget/modules/photo/squelettes/js/WidgetPhotoPopup.js |
---|
411,7 → 411,9 |
}; |
WidgetPhotoPopup.prototype.copieAutoChamp = function( $champACopier ) { |
$champACopier.on( 'click', function() { |
$champACopier.off( 'click' ).on( 'click', function() { |
$( '#attribution-copy, #url-copy' ).removeClass( 'hidden' ) |
.find( '.copy-message' ).remove(); |
$( this ).select(); |
document.execCommand( 'copy' ); |
/trunk/widget/modules/photo/squelettes/css/photo.css |
---|
110,6 → 110,8 |
.form-recherche .bloc-recherche .bouton-rechercher, |
.form-recherche .bloc-recherche .bouton-plus-filtres, |
#bouton-photos-precedentes, |
#bouton-photos-precedentes:hover, |
#bouton-photos-suivantes, |
#bouton-photos-suivantes:hover { |
border: 0 none; |
118,11 → 120,21 |
.form-recherche .bloc-recherche .bouton-rechercher, |
.form-recherche .bloc-recherche .bouton-rechercher:hover, |
.form-recherche .bloc-recherche .bouton-plus-filtres:hover, |
#bouton-photos-precedentes, |
#bouton-photos-precedentes:hover, |
#bouton-photos-suivantes, |
#bouton-photos-suivantes:hover { |
color: #fff; |
} |
#bouton-photos-precedentes, |
#bouton-photos-precedentes:hover, |
#bouton-photos-suivantes, |
#bouton-photos-suivantes:hover { |
margin: 5px auto; |
} |
.form-recherche .autres-filtres { |
position: absolute; |
padding: 0.5rem; |
/trunk/widget/modules/photo/squelettes/photo.tpl.html |
---|
263,11 → 263,17 |
</div> |
</div> |
<?php endforeach; ?> |
<?php if ($total > ($start + $limit)): ?> |
<a id="bouton-photos-suivantes" href="<?php echo $url_widget_photos_suivantes;?>" class="btn btn-success"><i class="fas fa-forward"></i> Photos suivantes</a> |
<?php else :?> |
<div class="alert alert-secondary mt-0 ml-1" role="alert" style="display: inline-block;">Toutes les photos disponibles, correspondant à vos critères, ont été affichées</div> |
<?php endif;?> |
<div id="next-previous-buttons"> |
<?php if (0 <= ($start - $limit)): ?> |
<a id="bouton-photos-precedentes" href="<?php echo $url_widget_photos_precedente;?>" class="btn btn-success"><i class="fas fa-backward"></i> Photos precedentes</a> |
<?php endif;?> |
<?php if ($total > ($start + $limit)): ?> |
<a id="bouton-photos-suivantes" href="<?php echo $url_widget_photos_suivantes;?>" class="btn btn-success"><i class="fas fa-forward"></i> Photos suivantes</a> |
<?php else :?> |
<div class="alert alert-secondary mt-0 ml-1" role="alert" style="display: inline-block;">Toutes les photos disponibles, correspondant à vos critères, ont été affichées</div> |
<?php endif;?> |
</div> |
</div> |
<p class="cel-photo-pieds discretion nettoyage"> |
<span class="cel-photo-source"> |