fix debug select
authorAntony Lesuisse <al@openerp.com>
Sun, 29 Apr 2012 23:14:26 +0000 (01:14 +0200)
committerAntony Lesuisse <al@openerp.com>
Sun, 29 Apr 2012 23:14:26 +0000 (01:14 +0200)
bzr revid: al@openerp.com-20120429231426-7racofk3thluhe6a

addons/web/static/src/xml/base.xml

index 03d616c..7c99777 100644 (file)
         <a t-if="widget.flags.display_title !== false" class="oe-shortcut-toggle" title="Add / Remove Shortcut..."
             href="javascript: void(0)"> </a>
     </t>
-    <t t-jquery="h2.oe_view_title" t-operation="after">
+    <t t-jquery="h2.oe_view_title" t-operation="before">
         <select t-if="widget.session.debug" class="oe_debug_view"/>
     </t>
 </t>