mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
@@ -1,3 +0,0 @@
|
||||
.o_main_content .o_list_buttons {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
@@ -3,21 +3,22 @@
|
||||
<t t-extend="ListView.buttons">
|
||||
|
||||
<t t-jquery="button.o_list_button_add" t-operation="after">
|
||||
<div class="btn-group o_dropdown">
|
||||
<button name="select_columns" id="select_columns"
|
||||
class="oe_select_columns btn btn-default btn-sm dropdown-toggle"
|
||||
data-toggle="dropdown">
|
||||
Set Columns
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
|
||||
<button name="select_columns" id="select_columns"
|
||||
class="oe_select_columns btn btn-default btn-sm dropdown-toggle dropdown-toggle"
|
||||
data-toggle="dropdown">
|
||||
Set Columns
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
|
||||
<ul id="showcb" class="dropdown-menu" style="max-height:320px; overflow:auto;padding: 3px 10px;right:0px;left:auto;">
|
||||
<li>
|
||||
<button name="apply" id="apply" class="oe_dropdown_btn btn btn-primary btn-block">
|
||||
Apply
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
<ul id="showcb" class="dropdown-menu" style="padding:10px">
|
||||
<li>
|
||||
<button name="apply" id="apply" class="oe_dropdown_btn btn btn-primary btn-block">
|
||||
Apply
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</templates>
|
||||
|
||||
Reference in New Issue
Block a user