mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 22:27:44 -06:00
12 lines
398 B
XML
12 lines
398 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates>
|
|
<t t-extend="Sidebar">
|
|
<t t-jquery="span.o_sidebar_delete_attachment" t-operation="before">
|
|
<span class="o_sidebar_attachment_action" />
|
|
</t>
|
|
<t t-jquery="span.o_sidebar_delete_attachment">
|
|
jQuery(this).appendTo(this.siblings('.o_sidebar_attachment_action'));
|
|
</t>
|
|
</t>
|
|
</templates>
|