mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_image_download: Migration to 12.0
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
<t t-extend="FieldBinaryImage">
|
||||
<t t-jquery=".o_select_file_button" t-operation="after">
|
||||
<t t-if="widget.value">
|
||||
<a class="fa fa-download o_form_binary_file_download"
|
||||
title="Download"/>
|
||||
<a class="o_form_binary_file_download float-left" title="Download" aria-label="Download">
|
||||
<button class="fa fa-download fa-lg"/>
|
||||
</a>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
|
||||
Reference in New Issue
Block a user