Vidhin Mehta  (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-minor-fix-vieweditor into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-minor-fix-vieweditor/+merge/119492

render list view to diloag box and some css chngs for view editor.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-minor-fix-vieweditor/+merge/119492
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-minor-fix-vieweditor.
=== modified file 'addons/web_view_editor/static/src/css/view_editor.css'
--- addons/web_view_editor/static/src/css/view_editor.css	2012-07-30 09:18:15 +0000
+++ addons/web_view_editor/static/src/css/view_editor.css	2012-08-14 09:05:35 +0000
@@ -19,3 +19,7 @@
 .openerp .oe_view_editor tr:hover {
   background-color: #ecebf2;
 }
+.openerp .oe_view_editor_field a{
+  font-size : 12px;
+  color : #404040;
+}
\ No newline at end of file

=== modified file 'addons/web_view_editor/static/src/js/view_editor.js'
--- addons/web_view_editor/static/src/js/view_editor.js	2012-08-01 14:59:07 +0000
+++ addons/web_view_editor/static/src/js/view_editor.js	2012-08-14 09:05:35 +0000
@@ -73,8 +73,7 @@
         $.when(this.action_manager.do_action(action)).then(function() {
             var viewmanager = self.action_manager.inner_widget,
                 controller = viewmanager.views[viewmanager.active_view].controller;
-            self.action_manager.appendTo(self.view_edit_dialog.$element);
-            self.action_manager.renderElement(self.view_edit_dialog);
+            self.action_manager.$element.appendTo(self.view_edit_dialog.$element);
             controller.on_loaded.add_last(function(){
                 $(controller.groups).bind({
                     'selected': function(e, ids, records) {

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to