mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
18 lines
551 B
XML
18 lines
551 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!-- Copyright 2022 Tecnativa - Carlos Roca
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<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">
|
|
<div class="oe_cp_refresher" role="search" t-ref="refresher">
|
|
<Refresher t-props="props" />
|
|
</div>
|
|
</xpath>
|
|
</t>
|
|
</template>
|