framadate/tpl/part/scroll_left_right.tpl
Thomas Citharel 0e90422b3d
Require php 7.1 and upgrade deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-11 12:56:01 +01:00

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>