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.
20 lines
785 B
20 lines
785 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates>
|
|
<!-- create systray template-->
|
|
<t t-name="vista_backend_theme.theme_systray">
|
|
<li class="new_icon">
|
|
<label class="theme_vista" style="margin-bottom:0px;"
|
|
title="Change backend theme" t-on-click="_onClick">
|
|
<t t-if="state.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>
|
|
|