fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12678] class.soproject.inc.php


From: Saul
Subject: [Fmsystem-commits] [12678] class.soproject.inc.php
Date: Fri, 30 Jan 2015 14:29:50 +0000

Revision: 12678
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12678
Author:   psaul
Date:     2015-01-30 14:29:49 +0000 (Fri, 30 Jan 2015)
Log Message:
-----------
class.soproject.inc.php

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

Modified: branches/dev-syncromind/property/inc/class.uiagreement.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiagreement.inc.php      
2015-01-30 14:29:20 UTC (rev 12677)
+++ branches/dev-syncromind/property/inc/class.uiagreement.inc.php      
2015-01-30 14:29:49 UTC (rev 12678)
@@ -33,7 +33,7 @@
         */
        //phpgw::import_class('phpgwapi.yui');
     phpgw::import_class('phpgwapi.uicommon_jquery');
-        phpgw::import_class('phpgwapi.jquery');
+    phpgw::import_class('phpgwapi.jquery');
 
        class property_uiagreement extends phpgwapi_uicommon_jquery
        {
@@ -963,7 +963,14 @@
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add_activity' => $data));
                }
-
+        
+        public function save()
+        {
+            $id                                = phpgw::get_var('id', 'int');
+                       $values                 = phpgw::get_var('values');
+            
+        }
+        
                function edit()
                {
 
@@ -971,6 +978,7 @@
                        {
                                
$GLOBALS['phpgw']->redirect_link('/index.php',array('menuaction'=> 
'property.uilocation.stop', 'perm'=>2, 'acl_location'=> $this->acl_location));
                        }
+            
                        $id                             = phpgw::get_var('id', 
'int');
                        $values                 = phpgw::get_var('values');
                        //return _debug_array($values);
@@ -988,6 +996,7 @@
                                $this->bo->delete_item($id,$activity_id);
                                $get_items = true;
                        }
+            
                        $values_attribute  = phpgw::get_var('values_attribute');
                        $insert_record_agreement = 
$GLOBALS['phpgw']->session->appsession('insert_record_values.agreement','property');
 




reply via email to

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