phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.53,1.5


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.53,1.54
Date: Sat, 22 Feb 2003 10:03:31 -0500

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv18913

Modified Files:
        class.uietemplate.inc.php 
Log Message:
enabled translation of the title-tag of images as submit-buttons


Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -r1.53 -r1.54
*** class.uietemplate.inc.php   22 Feb 2003 12:27:16 -0000      1.53
--- class.uietemplate.inc.php   22 Feb 2003 15:03:27 -0000      1.54
***************
*** 588,592 ****
                    if (!empty($img))
                                                {
!                                                       $options .= ' 
TITLE="'.$label.'"';
                                                }
                                                $html .= !$readonly ? 
$this->html->submit_button($form_name,$label,'',
--- 588,592 ----
                    if (!empty($img))
                                                {
!                                                       $options .= ' 
TITLE="'.(strlen($label)<=1||$cell['no_lang']?$label:lang($label)).'"';
                                                }
                                                $html .= !$readonly ? 
$this->html->submit_button($form_name,$label,'',





reply via email to

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