phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default admin.xsl,1.7,1.8


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default admin.xsl,1.7,1.8
Date: Thu, 03 Jul 2003 05:40:43 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv30158/templates/default

Modified Files:
        admin.xsl 
Log Message:
no message

Index: admin.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/admin.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** admin.xsl   1 Jul 2003 09:01:50 -0000       1.7
--- admin.xsl   3 Jul 2003 09:40:41 -0000       1.8
***************
*** 28,31 ****
--- 28,34 ----
                                        <xsl:call-template 
name="filter_location"/>
                                </td>
+                               <td align="center">
+                                       <xsl:call-template name="cat_filter"/>
+                               </td>
                                <td align="right">
                                        <xsl:call-template name="search_field"/>
***************
*** 43,46 ****
--- 46,50 ----
                                <xsl:apply-templates 
select="table_header_acl2"/>
                                <xsl:apply-templates select="values_acl2"/>
+ 
                        <tr height="50">
                                <td>
***************
*** 50,54 ****
                                        <INPUT type="hidden" name="location" 
value="{$location}" ></INPUT>
                                        <INPUT type="hidden" name="processed" 
value="{$processed}" ></INPUT>
!                                       <input type="submit" name="submit" 
value="{$lang_save}" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 54,61 ----
                                        <INPUT type="hidden" name="location" 
value="{$location}" ></INPUT>
                                        <INPUT type="hidden" name="processed" 
value="{$processed}" ></INPUT>
!                       <xsl:choose>
!                               <xsl:when test="cat_id != ''">
! 
!                                       <input type="submit" 
name="set_permission" value="{$lang_save}" onMouseout="window.status='';return 
true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
***************
*** 57,60 ****
--- 64,71 ----
                                                </xsl:attribute>
                                        </input>
+ 
+ 
+                               </xsl:when>
+                       </xsl:choose>
                                </td>
                        </tr>





reply via email to

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