phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup applications.php [Version-0_9_16-branch]


From: Sigurd Nes
Subject: [Phpgroupware-cvs] setup applications.php [Version-0_9_16-branch]
Date: Mon, 08 May 2006 20:13:25 +0000

CVSROOT:        /sources/phpgroupware
Module name:    setup
Branch:         Version-0_9_16-branch
Changes by:     Sigurd Nes <address@hidden>     06/05/08 20:13:25

Modified files:
        .              : applications.php 

Log message:
        missing "lang_cookies_must_be_enabled"

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/setup/applications.php.diff?only_with_tag=Version-0_9_16-branch&tr1=1.21.2.15&tr2=1.21.2.16&r1=text&r2=text

Patches:
Index: setup/applications.php
diff -u setup/applications.php:1.21.2.15 setup/applications.php:1.21.2.16
--- setup/applications.php:1.21.2.15    Sun Dec  4 10:17:34 2005
+++ setup/applications.php      Mon May  8 20:13:25 2006
@@ -9,7 +9,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: applications.php,v 1.21.2.15 2005/12/04 10:17:34 skwashd Exp $ */
+  /* $Id: applications.php,v 1.21.2.16 2006/05/08 20:13:25 sigurdne Exp $ */
 
        $DEBUG = $_POST['debug'] || $_GET['debug'];
 
@@ -69,6 +69,7 @@
        $setup_tpl->set_block('T_setup_main','app_footer','app_footer');
        $setup_tpl->set_block('T_setup_main','submit','submit');
        $setup_tpl->set_block('T_setup_main','footer','footer');
+       $setup_tpl->set_var('lang_cookies_must_be_enabled', lang('<b>NOTE:</b> 
You must have cookies enabled to use setup and header admin!') );
 
        $bgcolor = array('row_on', 'row_off');
 




reply via email to

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