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.
9 lines
395 B
9 lines
395 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<!--Align Invite Button in Settings-->
|
|
<t t-inherit="web.res_config_invite_users" t-inherit-mode="extension" owl="1">
|
|
<xpath expr="//div[hasclass('d-flex')]" position="attributes">
|
|
<attribute name="class">d-flex align-items-center</attribute>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|