phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default app_data.xsl,1.2,1.3
Date: Wed, 04 Dec 2002 19:27:59 -0500

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

Modified Files:
        app_data.xsl 
Log Message:
update nm sort function

Index: app_data.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/app_data.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** app_data.xsl        15 Nov 2002 05:16:22 -0000      1.2
--- app_data.xsl        5 Dec 2002 00:27:56 -0000       1.3
***************
*** 45,51 ****
  
        <xsl:template match="table_header">
                        <tr class="th">
                                <td class="th_text" width="10%" align="right">
!                                       <xsl:value-of select="lang_note_id"/>
                                </td>
                                <td class="th_text" width="40%">
--- 45,53 ----
  
        <xsl:template match="table_header">
+               <xsl:variable name="sort_time_created" 
select="sort_time_created"/>
+               <xsl:variable name="sort_note_id" select="sort_note_id"/>
                        <tr class="th">
                                <td class="th_text" width="10%" align="right">
!                                       <a href="{$sort_note_id}"><xsl:value-of 
select="lang_note_id"/></a>
                                </td>
                                <td class="th_text" width="40%">
***************
*** 53,57 ****
                                </td>
                                <td class="th_text" width="20%" align="center">
!                                       <xsl:value-of 
select="lang_time_created"/>
                                </td>
                                <td class="th_text" width="10%" align="center">
--- 55,59 ----
                                </td>
                                <td class="th_text" width="20%" align="center">
!                                       <a 
href="{$sort_time_created}"><xsl:value-of select="lang_time_created"/></a>
                                </td>
                                <td class="th_text" width="10%" align="center">





reply via email to

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