phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php, 1.


From: Edgar Luna <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php, 1.36.2.15.2.10, 1.36.2.15.2.11
Date: Tue, 09 Sep 2003 23:12:35 -0400

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv26150/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.uiaddressbook.inc.php 
Log Message:
when editing person/org and try to click save in orgs/person's tab the
select box get not `read' before submit


Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.36.2.15.2.10
retrieving revision 1.36.2.15.2.11
diff -C2 -r1.36.2.15.2.10 -r1.36.2.15.2.11
*** class.uiaddressbook.inc.php 10 Sep 2003 02:47:52 -0000      1.36.2.15.2.10
--- class.uiaddressbook.inc.php 10 Sep 2003 03:12:32 -0000      1.36.2.15.2.11
***************
*** 1726,1730 ****
                                                         
'onsubmit="process_list(\'entry[all_orgs][]\', 
                                                                                
\'entry[my_orgs][]\')"');
-                               $js_submit = 'onclick=body_form.submit()';
                                break;
                        case $this->tab_cats:
--- 1726,1729 ----
***************
*** 1737,1741 ****
                                                         
'onsubmit="process_list(\'entry[all_person][]\', 
                                                                                
 \'entry[my_person][]\')"');
-                               $js_submit = 'onclick=body_form.submit()';
                                break;
                        default:
--- 1736,1739 ----
***************
*** 2063,2075 ****
                        $this->template->set_var('all_opt', $all_data_name);
                        $this->template->set_var('current_opt', 
$defaul_data_name);
-                       
-                       if ($option!='Categories')
-                       {
-                               $add_button= '<form action="{add_new_item}" 
method="post">'
-                                       . '<input type="submit" name="add_new" 
value="Add">'
-                                       . '</form>';
-                               $this->template->set_var('add_button', 
$add_button);
-                               $this->template->set_var('lang_add_new_item', 
lang('Add new ' . $option));
-                       }
  
                        $this->template->set_var('th_bg',   
$GLOBALS['phpgw_info']['theme']['th_bg']);
--- 2061,2064 ----





reply via email to

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