You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
569 B
15 lines
569 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Template for the Search Bar in the Systray -->
|
|
<templates xml:space="preserve">
|
|
<t t-name="master_search_systray.SearchBarSystray" owl="1">
|
|
<div class="o_search_bar_systray">
|
|
<div class="master_searchview_input_container d-flex flex-grow-1 flex-wrap gap-1">
|
|
<div class="o_search_icon " style="color:black"
|
|
t-on-click="onSearchIconClick">
|
|
<i class="fa fa-search"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</templates>
|
|
|
|
|