mirror of https://github.com/OCA/web.git
[MERGE] Withs changes for proper class identification
commit
1bf4642bda
|
@ -27,11 +27,12 @@
|
||||||
'author': "Vauxoo",
|
'author': "Vauxoo",
|
||||||
'category': "Web",
|
'category': "Web",
|
||||||
'description': """
|
'description': """
|
||||||
|
This module hides "Manage Databases" link from login screen
|
||||||
""",
|
""",
|
||||||
'version': "1.0",
|
'version': "1.0",
|
||||||
'depends': ['web'],
|
'depends': ['web',
|
||||||
|
],
|
||||||
'js': [
|
'js': [
|
||||||
# 'static/src/js/base.js',
|
|
||||||
],
|
],
|
||||||
'css': [
|
'css': [
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<templates id="template" xml:space="preserve">
|
<templates id="template" xml:space="preserve">
|
||||||
<t t-extend="Login">
|
<t t-extend="Login">
|
||||||
<t t-jquery="div[class=oe_login_footer_2]" t-operation="replace">
|
<t t-jquery="div[class=oe_login_footer]" t-operation="replace">
|
||||||
<div class="oe_login_footer">
|
<div class="oe_login_footer">
|
||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
|
|
Loading…
Reference in New Issue