mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[WIP] port without changes from 7.0 branch. Instable version.
This commit is contained in:
12
web_dashboard_tile/static/src/xml/custom_xml.xml
Normal file
12
web_dashboard_tile/static/src/xml/custom_xml.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
<t t-extend="SearchView.addtodashboard">
|
||||
<t t-jquery="form" t-operation="after">
|
||||
<div>
|
||||
<label for="dashboard_tile_new_name">Tile:</label>
|
||||
<input id="dashboard_tile_new_name" />
|
||||
<button id="add_dashboard_tile">Create</button>
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user