phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base admin_custom.xsl select...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base admin_custom.xsl select...
Date: Fri, 03 Mar 2006 17:48:40 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/03 17:48:40

Modified files:
        templates/base : admin_custom.xsl 
Added files:
        templates/base : select_location.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/templates/base/admin_custom.xsl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/templates/base/select_location.xsl?rev=1.1

Patches:
Index: property/templates/base/admin_custom.xsl
diff -u property/templates/base/admin_custom.xsl:1.1 
property/templates/base/admin_custom.xsl:1.2
--- property/templates/base/admin_custom.xsl:1.1        Fri Mar  3 13:00:47 2006
+++ property/templates/base/admin_custom.xsl    Fri Mar  3 17:48:40 2006
@@ -1,4 +1,4 @@
-<!-- $Id: admin_custom.xsl,v 1.1 2006/03/03 13:00:47 sigurdne Exp $ -->
+<!-- $Id: admin_custom.xsl,v 1.2 2006/03/03 17:48:40 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -51,6 +51,9 @@
                
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
+                               <td>
+                                       <xsl:call-template 
name="filter_location"/>
+                               </td>
                                <td align="right">
                                        <xsl:call-template name="search_field"/>
                                </td>
@@ -74,8 +77,12 @@
        <xsl:template match="table_header_custom_function">
                <xsl:variable name="sort_sorting"><xsl:value-of 
select="sort_sorting"/></xsl:variable>
                <xsl:variable name="sort_name"><xsl:value-of 
select="sort_name"/></xsl:variable>
+               <xsl:variable name="sort_acl_location"><xsl:value-of 
select="sort_acl_location"/></xsl:variable>
                <tr class="th">
                        <td class="th_text" width="10%" align="left">
+                               <a href="{$sort_acl_location}"><xsl:value-of 
select="lang_acl_location"/></a>
+                       </td>
+                       <td class="th_text" width="10%" align="left">
                                <a href="{$sort_name}"><xsl:value-of 
select="lang_name"/></a>
                        </td>
                        <td class="th_text" width="20%" align="left">
@@ -116,6 +123,9 @@
                                        </xsl:choose>
                                </xsl:attribute>
                                <td align="left">
+                                       <xsl:value-of select="acl_location"/>
+                               </td>
+                               <td align="left">
                                        <xsl:value-of select="file_name"/>
                                </td>
                                <td>
@@ -201,6 +211,18 @@
                                        </tr>
                                </xsl:when>
                        </xsl:choose>
+
+
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_location"/>
+                               </td>
+                               <td>
+                                       <xsl:call-template 
name="select_location"/>
+                               </td>
+                       </tr>
+
+
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_descr"/>




reply via email to

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