mirror of https://github.com/OCA/web.git
18 lines
447 B
XML
18 lines
447 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<template>
|
|
<t t-name="web_drop_target.drop_overlay">
|
|
<div class="o_drag_over">
|
|
<div class="o_drag_over_content">
|
|
<div>
|
|
<i class="fa fa-file-o fa-5x" aria-hidden="true"></i>
|
|
</div>
|
|
<div>
|
|
<h2>Drop your files here</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
|