phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uiapplications.inc.php,1.6,1.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiapplications.inc.php,1.6,1.7
Date: Sun, 27 Oct 2002 04:47:02 -0500

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv9581

Modified Files:
        class.uiapplications.inc.php 
Log Message:
small fix to get edit-app working without app-title


Index: class.uiapplications.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiapplications.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uiapplications.inc.php        26 Oct 2002 22:40:09 -0000      1.6
--- class.uiapplications.inc.php        27 Oct 2002 09:46:59 -0000      1.7
***************
*** 92,97 ****
  
                        
$GLOBALS['phpgw']->template->set_var('lang_installed',lang('Installed 
applications'));
-                       
$GLOBALS['phpgw']->template->set_var('bg_color',$GLOBALS['phpgw_info']['theme']['bg_color']);
-                       
$GLOBALS['phpgw']->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']);
  
                        
$GLOBALS['phpgw']->template->set_var('sort_title',$this->nextmatchs->show_sort_order($sort,'title','title','/index.php',lang('Title'),'&menuaction=admin.uiapplications.get_list'));
--- 92,95 ----
***************
*** 208,212 ****
  
                        
$GLOBALS['phpgw']->template->set_var('lang_header',lang('Add new application'));
-                       
$GLOBALS['phpgw']->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']);
  
                        $GLOBALS['phpgw']->template->set_var('hidden_vars','');
--- 206,209 ----
***************
*** 259,267 ****
                                }
  
-                               if (! $n_app_title)
-                               {
-                                       $error[$totalerrors++] = lang('You must 
enter an application title.');
-                               }
- 
                                if ($old_app_name != $n_app_name)
                                {
--- 256,259 ----
***************
*** 301,305 ****
                        
$GLOBALS['phpgw']->template->set_var('lang_header',lang('Edit application'));
                        
$GLOBALS['phpgw']->template->set_var('hidden_vars','<input type="hidden" 
name="old_app_name" value="' . $old_app_name . '">');
-                       
$GLOBALS['phpgw']->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']);
                        
$GLOBALS['phpgw']->template->set_var('form_action',$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.edit'));
  
--- 293,296 ----





reply via email to

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