fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12698]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12698]
Date: Tue, 03 Feb 2015 23:06:14 +0000

Revision: 12698
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12698
Author:   nelson224
Date:     2015-02-03 23:06:12 +0000 (Tue, 03 Feb 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uievent.inc.php

Modified: branches/dev-syncromind/property/inc/class.uievent.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uievent.inc.php  2015-02-03 
22:53:44 UTC (rev 12697)
+++ branches/dev-syncromind/property/inc/class.uievent.inc.php  2015-02-03 
23:06:12 UTC (rev 12698)
@@ -725,7 +725,7 @@
 
                                                if (isset($values['save']) && 
$values['save'])
                                                {
-                                                       $js .= 
"TINY.box.hide();";
+                                                       $js .= 
"parent.TINY.box.hide();";
                                                }
                                                
$GLOBALS['phpgw']->js->add_event('load', $js);
                                                $id = $receipt['id'];
@@ -749,10 +749,6 @@
                                                unset($id);
                                        }
                                }
-                               else if ((isset($values['cancel']) && 
$values['cancel']))
-                               {
-                                       
$GLOBALS['phpgw']->js->add_event('load', "TINY.box.hide();");
-                               }
                                unset($js);
                                unset($attrib);
                        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]