16 lines
429 B
Smarty
16 lines
429 B
Smarty
|
<tfoot class='page_loader <%- direction %>'>
|
||
|
<tr>
|
||
|
<th colspan='1'>
|
||
|
<div class='fake'></div>
|
||
|
<div class='float_info'>
|
||
|
<h5>Scroll <%- direction == "up" ? 'down' : 'up' %> and then <%- direction %></h5>
|
||
|
<p>It will fire the pagination.</p>
|
||
|
</div>
|
||
|
<div class='float_action'>
|
||
|
<h5>Loading more rows...</h5>
|
||
|
<p>Just a few seconds.</p>
|
||
|
</div>
|
||
|
</th>
|
||
|
</tr>
|
||
|
</tfoot>
|