3
0
Fork 0

Added tooltip

10.0
Dennis Sluijk 2016-02-16 15:51:56 +01:00 committed by KKamaa
parent 4426c5e503
commit ce5902e097
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ openerp.web_fullscreen = function(instance, local) {
toggle: function() {
$("#oe_main_menu_navbar").toggle();
$(".oe_leftbar").toggle();
},
start: function() {
this.$el.find('a').tooltip();
}
});

View File

@ -2,7 +2,7 @@
<templates xml:space="preserve">
<t t-name="FullscreenButton">
<li class="oe_e">
<a>ò</a>
<a data-original-title="Fullscreen">ò</a>
</li>
</t>
</templates>