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.
16 lines
605 B
16 lines
605 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates>
|
|
<t t-name="theme_systray">
|
|
<li class="new_icon">
|
|
<label class="theme_vista" style="margin-bottom:0px;" title="Change backend theme">
|
|
<t t-if="widget.is_admin">
|
|
<div class="icon_div">
|
|
<div class="toggle-icon" role="button">
|
|
<i id='theme_vista' class="fa fa-paint-brush" role="img" aria-label="Theme" width="22" height="22"/>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</label>
|
|
</li>
|
|
</t>
|
|
</templates>
|