phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.uiadmin_location.inc.php,1.3


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.uiadmin_location.inc.php,1.3,1.4
Date: Fri, 13 Jun 2003 07:09:53 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv3219/inc

Modified Files:
        class.uiadmin_location.inc.php 
Log Message:
no message

Index: class.uiadmin_location.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiadmin_location.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.uiadmin_location.inc.php      9 Jun 2003 20:48:40 -0000       1.3
--- class.uiadmin_location.inc.php      13 Jun 2003 11:09:51 -0000      1.4
***************
*** 313,320 ****
                        while (is_array($attrib_list) && list(,$attrib) = 
each($attrib_list))
                        {
-                               $words = split(' ',$attrib['descr']);
-                               $first = "$words[0] $words[1] $words[2] 
$words[3]";
- 
- 
                                $content[] = array
                                (
--- 313,316 ----
***************
*** 322,326 ****
                                        'type_name'                             
        => $attrib['type_name'],
                                        'datatype'                              
        => $attrib['datatype'],
!                                       'first'                                 
        => $first,
                                        'link_edit'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiadmin_location.edit_attrib&id='
 . $attrib['id'].'&type_id='.$type_id),
                                        'link_delete'                           
=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiadmin_location.delete&id='
 . $attrib['id'].'&type_id='.$type_id.'&attrib=true'),
--- 318,323 ----
                                        'type_name'                             
        => $attrib['type_name'],
                                        'datatype'                              
        => $attrib['datatype'],
!                                       'column_name'                           
=> $attrib['column_name'],
!                                       'input_text'                            
=> $attrib['input_text'],
                                        'link_edit'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiadmin_location.edit_attrib&id='
 . $attrib['id'].'&type_id='.$type_id),
                                        'link_delete'                           
=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiadmin_location.delete&id='
 . $attrib['id'].'&type_id='.$type_id.'&attrib=true'),
***************
*** 415,421 ****
                                }
  
!                               if (!$values['input_name'])
                                {
!                                       $receipt['error'][] = 
array('msg'=>lang('Input name not entered!'));
                                }
                                if (!$values['statustext'])
--- 412,418 ----
                                }
  
!                               if (!$values['input_text'])
                                {
!                                       $receipt['error'][] = 
array('msg'=>lang('Input text not entered!'));
                                }
                                if (!$values['statustext'])
***************
*** 493,497 ****
                                'id'    => $id
                        );
! //_debug_array($link_data);
  
                        $msgbox_data = $this->bocommon->msgbox_data($receipt);
--- 490,494 ----
                                'id'    => $id
                        );
! //_debug_array($values);
  
                        $msgbox_data = $this->bocommon->msgbox_data($receipt);
***************
*** 513,519 ****
                                'lang_column_name_statustext'   => lang('enter 
the name for the column'),
  
!                               'lang_input_name'                               
=> lang('input_name'),
!                               'value_input_name'                              
=> $values['input_name'],
!                               'lang_input_name_statustext'    => lang('enter 
the input name for records'),
  
                                'lang_id_attribtext'            => lang('Enter 
the attribute ID'),
--- 510,516 ----
                                'lang_column_name_statustext'   => lang('enter 
the name for the column'),
  
!                               'lang_input_text'                               
=> lang('input text'),
!                               'value_input_text'                              
=> $values['input_text'],
!                               'lang_input_name_statustext'    => lang('enter 
the input text for records'),
  
                                'lang_id_attribtext'            => lang('Enter 
the attribute ID'),





reply via email to

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