You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
654 B

<?xml version="1.0" encoding="UTF-8" ?>
<template>
<t
t-name="web_refresher.Pager"
t-inherit="web.Pager"
t-inherit-mode="extension"
owl="1"
>
<xpath expr="//span[hasclass('o_pager_counter')]" position="before">
<button
t-if="props.withAccessKey and !env.isSmall"
type="button"
class="fa fa-refresh btn btn-secondary rounded me-1"
aria-label="Refresh"
title="Refresh"
data-hotkey="r"
tabindex="-1"
t-on-click.stop="() => this.navigate(0)"
/>
</xpath>
</t>
</template>