mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 18:24:53 +00:00
11 lines
492 B
Smarty
11 lines
492 B
Smarty
{* Scroll left and right *}
|
|
<div class="hidden row scroll-buttons" aria-hidden="true">
|
|
<div class="btn-group pull-right">
|
|
<button class="btn btn-sm btn-link scroll-left" title="{t('Poll results', 'Scroll to the left')}">
|
|
<i class="fa fa-chevron-left"></i>
|
|
</button>
|
|
<button class="btn btn-sm btn-link scroll-right" title="{t('Poll results', 'Scroll to the right')}">
|
|
<i class="fa fa-chevron-right"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|