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.
24 lines
1.0 KiB
24 lines
1.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="login_templated_ext" inherit_id="web.login"
|
|
name="Login Ext">
|
|
<xpath expr="//button[@type='submit'][1]" position="replace">
|
|
<button type="submit"
|
|
class="btn btn-primary btn-block cybro-login-btn">Log
|
|
in
|
|
</button>
|
|
</xpath>
|
|
<xpath expr="//t[@t-if='debug']/button" position="attributes">
|
|
<attribute name="class" add="btn btn-link btn-sm btn-block cybro-super-btn" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
<template id="layout" name="Main layout Ext"
|
|
inherit_id="portal.frontend_layout">
|
|
<xpath expr="//div[@id='wrapwrap']" position="attributes">
|
|
<attribute name="t-attf-class"
|
|
add="cybro-bg #{pageName or ''} #{direction == 'rtl' and 'o_rtl' or ''}
|
|
#{'o_portal' if is_portal else ''}"
|
|
separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|