details:   https://code.openbravo.com/erp/devel/pi/rev/7239d60307b4
changeset: 17795:7239d60307b4
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Wed Aug 29 10:35:38 2012 +0200
summary:   Fixed issue 21328: Added maximize and minimize buttons to process 
popups

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e7005c8d49f3 -r 7239d60307b4 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
      Wed Aug 29 09:51:31 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js
      Wed Aug 29 10:35:38 2012 +0200
@@ -109,7 +109,7 @@
     if (this.modal) {
       allProperties.Command = this.command;
       callbackFunction = function () {
-        var popup = OB.Layout.ClassicOBCompatibility.Popup.open('process', 
900, 600, OB.Utilities.applicationUrl(me.obManualURL), '', null, false, false, 
true, allProperties);
+        var popup = OB.Layout.ClassicOBCompatibility.Popup.open('process', 
900, 600, OB.Utilities.applicationUrl(me.obManualURL), '', null, true, true, 
true, allProperties);
         if (autosaveButton) {
           // Back to header if autosave button
           popup.activeViewWhenClosed = theView;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to