phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] etemplate/inc class.uietemplate.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] etemplate/inc class.uietemplate.inc.php
Date: Wed, 06 Sep 2006 15:22:16 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    etemplate
Changes by:     Dave Hall <skwashd>     06/09/06 15:22:16

Modified files:
        inc            : class.uietemplate.inc.php 

Log message:
        sharpen

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/etemplate/inc/class.uietemplate.inc.php?cvsroot=phpgroupware&r1=1.69&r2=1.70

Patches:
Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- class.uietemplate.inc.php   6 Sep 2006 14:12:50 -0000       1.69
+++ class.uietemplate.inc.php   6 Sep 2006 15:22:16 -0000       1.70
@@ -5,7 +5,7 @@
 * @author Ralf Becker <address@hidden>
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
 * @package etemplate
-* @version $Id: class.uietemplate.inc.php,v 1.69 2006/09/06 14:12:50 skwashd 
Exp $
+* @version $Id: class.uietemplate.inc.php,v 1.70 2006/09/06 15:22:16 skwashd 
Exp $
 */
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.boetemplate.inc.php');
 
@@ -631,7 +631,7 @@
                                $help = 
$this->get_array($content,substr($help,1));
                        }
 
-                       $blur = lang('blur');
+                       $blur = '';
                        if ( isset($call['blur']) )
                        {
                                if ( $cell['blur'][0] == '@' )
@@ -642,6 +642,7 @@
                                {
                                        $blur = $cell['blur'];
                                }
+                               $blur = lang($blur);
                        }
 
                        $onBlur = '';




reply via email to

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