phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.9,1.10


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.9,1.10
Date: Tue, 01 Oct 2002 19:14:56 -0400

Update of /cvsroot/phpgroupware/notes/templates/default
In directory subversions:/tmp/cvs-serv21143/templates/default

Modified Files:
        list.xsl 
Log Message:
update

Index: list.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/list.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** list.xsl    28 Sep 2002 15:34:14 -0000      1.9
--- list.xsl    1 Oct 2002 23:14:54 -0000       1.10
***************
*** 98,102 ****
                                        <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
                                        <form method="post" 
action="{$add_action}">
!                                       <input type="submit" class="forms" 
name="add" value="{$lang_add}" onMouseover="window.status='Add a note';return 
true;" onMouseout="window.status='';return true;"/>
                                        </form>
                                </td>
--- 98,108 ----
                                        <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
                                        <form method="post" 
action="{$add_action}">
!                                               <input type="submit" 
class="forms" name="add" value="{$lang_add}" 
onMouseout="window.status='';return true;">
!                                                       <xsl:attribute 
name="onMouseover">
!                                                               
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_add_statustext"/>
!                                                               <xsl:text>'; 
return true;</xsl:text>
!                                                       </xsl:attribute>
!                                               </input>
                                        </form>
                                </td>





reply via email to

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