mirror of https://github.com/OCA/web.git
[FIX] Proper class whern search, removed unnecesary js
parent
f7e348e1f8
commit
a87580d488
|
@ -27,11 +27,12 @@
|
|||
'author': "Vauxoo",
|
||||
'category': "Web",
|
||||
'description': """
|
||||
This module hides "Manage Databases" link from login screen
|
||||
""",
|
||||
'version': "1.0",
|
||||
'depends': ['web'],
|
||||
'depends': ['web',
|
||||
],
|
||||
'js': [
|
||||
# 'static/src/js/base.js',
|
||||
],
|
||||
'css': [
|
||||
],
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
<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>
|
||||
</t>
|
||||
</t>
|
||||
</templates>
|
||||
</templates>
|
||||
|
|
Loading…
Reference in New Issue