phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/gab.xsl, 1.4


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/gab.xsl, 1.4
Date: Tue, 12 Oct 2004 15:51:41 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          gab.xsl

date: 2004/10/12 13:51:41;  author: sigurdne;  state: Exp;  lines: +11 -2

Log Message:
no message
=====================================================================
Index: property/templates/default/gab.xsl
diff -u property/templates/default/gab.xsl:1.3 
property/templates/default/gab.xsl:1.4
--- property/templates/default/gab.xsl:1.3      Fri Oct  8 13:43:44 2004
+++ property/templates/default/gab.xsl  Tue Oct 12 13:51:41 2004
@@ -140,6 +140,7 @@
        <xsl:template match="table_header_gab">
                <xsl:variable name="sort_gab_id"><xsl:value-of 
select="sort_gab_id"/></xsl:variable>
                <xsl:variable name="sort_hits"><xsl:value-of 
select="sort_hits"/></xsl:variable>
+               <xsl:variable name="sort_location_code"><xsl:value-of 
select="sort_location_code"/></xsl:variable>
                        <tr class="th">
                                <td class="th_text" width="10%" align="right">
                                        <a href="{$sort_gab_id}"><xsl:value-of 
select="lang_gaards_nr"/></a>
@@ -153,12 +154,16 @@
                                <td class="th_text" width="10%" align="right">
                                        <xsl:value-of 
select="lang_seksjons_nr"/>
                                </td>
-                               <td class="th_text" width="8%" align="right">
+<!--                           <td class="th_text" width="8%" align="right">
                                        <a href="{$sort_hits}"><xsl:value-of 
select="lang_hits"/></a>
                                </td>
+-->
                                <td class="th_text" width="10%" align="right">
                                        <xsl:value-of select="lang_owner"/>
                                </td>
+                               <td class="th_text" width="10%" align="right">
+                                       <a 
href="{$sort_location_code}"><xsl:value-of select="lang_location_code"/></a>
+                               </td>
                                <td class="th_text" width="20%" align="center">
                                        <xsl:value-of select="lang_address"/>
                                </td>
@@ -201,12 +206,16 @@
                                <td align="right">
                                        <xsl:value-of select="seksjons_nr"/>
                                </td>
-                               <td align="right">
+<!--                           <td align="right">
                                        <xsl:value-of select="hits"/>
                                </td>
+-->
                                <td align="right">
                                        <xsl:value-of select="owner"/>
                                </td>
+                               <td align="right">
+                                       <xsl:value-of select="location_code"/>
+                               </td>
                                <td align="left">
                                        <xsl:value-of select="address"/>
                                </td>




reply via email to

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