phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uitts.inc.php,1.18


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.uitts.inc.php,1.18
Date: Thu, 22 Sep 2005 15:58:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            class.uitts.inc.php lines: +5 -7

Log Message:
no message

====================================================
Index: property/inc/class.uitts.inc.php
diff -u property/inc/class.uitts.inc.php:1.17 
property/inc/class.uitts.inc.php:1.18
--- property/inc/class.uitts.inc.php:1.17       Fri Sep  9 10:52:13 2005
+++ property/inc/class.uitts.inc.php    Thu Sep 22 13:58:33 2005
@@ -229,12 +229,12 @@

                                if ($ticket['status']=='O')
                                {
-                                       $text_edit_status = lang('Close');
+                                       $status = lang('Open');
                                        $new_status = 'X';
                                }
                                else
                                {
-                                       $text_edit_status = lang('Open');
+                                       $status = lang('Closed');
                                        $new_status = 'O';
                                }

@@ -275,9 +275,7 @@
                                        'link_view'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitts.view&id='
 . $ticket['id']),
                                        'lang_view_statustext'          => 
lang('view the ticket'),
                                        'text_view'                             
        => lang('view'),
-                                       'link_edit_status'                      
                => $GLOBALS['phpgw']->link('/index.php',$link_status_data),
-                                       'lang_edit_status_statustext'           
=> lang('Edit status for the ticket'),
-                                       'text_edit_status'                      
                => $text_edit_status
+                                       'status'                                
=> $status
                                );
                        }

@@ -404,7 +402,7 @@
                                'lang_delay'                    => 
lang('delay'),
                                'lang_finnish_statustext'=> lang('presumed 
finnish date'),
                                'lang_opened_by'                => lang('Opened 
by'),
-                               'lang_edit_status'              => lang('Edit 
status')
+                               'lang_status'           => lang('Status')
                        );

                        for ($i=0;$i<count($uicols);$i++)






reply via email to

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