forked from Techsystech/web
Added tooltip
parent
4426c5e503
commit
ce5902e097
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue