mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Added tooltip
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user