IF page > 0;
href = mkurl('', {page => page - 1});
ELSE; class = class _ ' invisible'; END %]
- <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_last.png[% ctx.cache_key %]" alt="Last" /></a>
+ <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_last.png[% ctx.cache_key %]" alt="[% l('Last') %]" /></a>
</td>
<!-- page X of Y -->
href = mkurl('', {page => page + 1});
ELSE; class = class _ ' invisible'; END;
%]
- <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_next.png[% ctx.cache_key %]" alt="Next" /></a>
+ <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_next.png[% ctx.cache_key %]" alt="[% l('Next') %]" /></a>
</td>
<!-- Top of page -->
[% IF showtop %]
<td class="to_top_btn"><a href="[% mkurl('').replace('#.*', '') %]">
- <img src="[% ctx.media_prefix %]/images/kpac/to_top_btn.png[% ctx.cache_key %]" alt="Top" />
+ <img src="[% ctx.media_prefix %]/images/kpac/to_top_btn.png[% ctx.cache_key %]" alt="[% l('Top') %]" />
</a></td>
[% END %]
</tr>