[IMP] Show Sign In as an option

bzr revid: fp@openerp.com-20131109083550-pa2u3dqvynz0qrb1
This commit is contained in:
Fabien Pinckaers 2013-11-09 09:35:50 +01:00
parent b0b8c8c083
commit 14146a7b6c
2 changed files with 11 additions and 7 deletions

View File

@ -403,7 +403,7 @@
});
// Adding Static Menus
menu.append('<li class="divider"></li><li class="js_change_theme"><a href="/page/website.themes">Change Theme</a></li>');
menu.append('<li class="divider"></li><li><a data-action="ace" href="#">HTML Editor</a></li>');
menu.append('<li><a data-action="ace" href="#">HTML Editor</a></li>');
self.trigger('rte:customize_menu_ready');
}
);

View File

@ -124,12 +124,6 @@
<t t-foreach="website.get_menu().child_id" t-as="submenu">
<t t-call="website.submenu"/>
</t>
<li class="active" t-if="user_id.id == website.public_user.id">
<a t-attf-href="/web#redirect=#{ url_for('') }">
Sign in
</a>
</li>
<li class="active dropdown" t-ignore="true" t-if="user_id.id != website.public_user.id">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span t-esc="user_id.name"/>
@ -224,6 +218,16 @@
</html>
</template>
<template id="show_sign_in" inherit_option_id="website.layout" inherit_id="website.layout" name="Show Sign In">
<xpath expr="//ul[@id='top_menu']" position="inside">
<li class="active" t-if="user_id.id == website.public_user.id">
<a t-attf-href="/web#redirect=#{ url_for('') }">
Sign in
</a>
</li>
</xpath>
</template>
<template id="footer_custom" inherit_option_id="website.layout" name="Custom Footer">
<xpath expr="//div[@id='footer_container']" position="before">
<div class="oe_structure">