Created
February 4, 2013 12:13
-
-
Save mrvdb/4706401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<templates> | |
<!-- Login page without manage db --> | |
<t t-extend="Login"> | |
<t t-jquery="div.oe_login_footer" t-operation="replace"> | |
<div class="oe_login_footer">Powered by <span>OpenERP</span></div> | |
</t> | |
</t> | |
<!-- Add our logo to login page --> | |
<t t-extend="Login"> | |
<t t-jquery="div.oe_login_logo" t-operation="replace"> | |
<div class="oe_login_logo"> | |
<img id="hsd-logo" src="/profile_hsd/static/src/img/logo.png"/> | |
<img src="/web/static/src/img/logo2.png"/> | |
</div> | |
</t> | |
</t> | |
</templates> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment