[WIP] port without changes from 7.0 branch. Instable version.

This commit is contained in:
Sylvain LE GAL
2015-07-16 17:03:00 +02:00
parent c46bfb2ef6
commit 6b377db891
22 changed files with 1181 additions and 0 deletions

View 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>