phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.2,1.3 list.xs


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.2,1.3 list.xsl,1.3,1.4
Date: Mon, 23 Sep 2002 13:03:01 -0400

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

Modified Files:
        form.xsl list.xsl 
Log Message:
update

Index: form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/form.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** form.xsl    23 Sep 2002 00:37:14 -0000      1.2
--- form.xsl    23 Sep 2002 17:02:59 -0000      1.3
***************
*** 29,34 ****
                                </td>
                                <td>
!                                       <xsl:value-of select="value_access"/>
!                                       <input type="checkbox" 
name="values[access]" value="True"/>
                                </td>
                        </tr>
--- 29,40 ----
                                </td>
                                <td>
!                                       <xsl:choose>
!                                                       <xsl:when 
test="value_access">
!                                                               <input 
type="checkbox" name="values[access]" value="True" checked="checked"/>
!                                                       </xsl:when>
!                                                       <xsl:otherwise>
!                                                               <input 
type="checkbox" name="values[access]" value="True"/>
!                                                       </xsl:otherwise>
!                                       </xsl:choose>
                                </td>
                        </tr>

Index: list.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/list.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** list.xsl    22 Sep 2002 23:04:12 -0000      1.3
--- list.xsl    23 Sep 2002 17:02:59 -0000      1.4
***************
*** 8,12 ****
  
        <xsl:template match="list">
!               <table border="0" cellpadding="2" cellspacing="2" width="80%">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
--- 8,12 ----
  
        <xsl:template match="list">
!               <table border="0" cellpadding="2" cellspacing="4" width="80%" 
align="center">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
***************
*** 17,21 ****
        <xsl:template match="table_header">
                        <tr>
!                               <td width="5%">
                                        <xsl:value-of select="lang_note_id"/>
                                </td>
--- 17,21 ----
        <xsl:template match="table_header">
                        <tr>
!                               <td width="10%" align="right">
                                        <xsl:value-of select="lang_note_id"/>
                                </td>
***************
*** 43,47 ****
        <xsl:template match="values">
                        <tr>
!                               <td>
                                        <xsl:value-of select="note_id"/>
                                </td>
--- 43,47 ----
        <xsl:template match="values">
                        <tr>
!                               <td align="right">
                                        <xsl:value-of select="note_id"/>
                                </td>





reply via email to

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