mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Fix 'Add to Dashboard Tile' menu (MIG 9.0)
This commit is contained in:
committed by
Sylvain LE GAL
parent
87d3027020
commit
5ddf3688f9
@@ -1,12 +1,13 @@
|
||||
<?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 class="oe_dashboard_tile_form">
|
||||
<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>
|
||||
<template>
|
||||
<t t-name="SearchView.addtodashboardtile">
|
||||
<li class="o_add_to_dashboard_tile_link o_closed_menu">
|
||||
<a href="#">Add to Dashboard Tile</a>
|
||||
</li>
|
||||
<li class="o_add_to_dashboard_tile">
|
||||
<input class="o_add_to_dashboard_input" type="text"/>
|
||||
</li>
|
||||
<li class="o_add_to_dashboard_tile">
|
||||
<button type="button" class="btn btn-primary btn-sm o_add_to_dashboard_button">Add</button>
|
||||
</li>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user