phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.11, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.11, 1.12 document.xsl, 1.7, 1.8
Date: Sun, 23 Nov 2003 17:41:38 +0000

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

Modified Files:
        admin_entity.xsl document.xsl 
Log Message:
no message

Index: admin_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/admin_entity.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** admin_entity.xsl    16 Nov 2003 17:51:45 -0000      1.11
--- admin_entity.xsl    23 Nov 2003 17:41:35 -0000      1.12
***************
*** 510,513 ****
--- 510,544 ----
                                </xsl:when>
                        </xsl:choose>
+                       <xsl:choose>
+                               <xsl:when test="lang_documentation != ''">
+                                       <tr>
+                                               <td>
+                                                       <xsl:value-of 
select="lang_documentation"/>
+                                               </td>
+                                               <td>
+                                                       <xsl:choose>
+                                                                       
<xsl:when test="value_documentation = 1">
+                                                                               
<input type="checkbox" name="values[documentation]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of select="lang_documentation_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<input type="checkbox" name="values[documentation]" value="1" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of select="lang_documentation_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:otherwise>
+                                                       </xsl:choose>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
  
                        <xsl:choose>

Index: document.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/document.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** document.xsl        3 Oct 2003 16:01:25 -0000       1.7
--- document.xsl        23 Nov 2003 17:41:36 -0000      1.8
***************
*** 31,34 ****
--- 31,41 ----
                                        </xsl:when>
                                </xsl:choose>
+                               <xsl:choose>
+                                       <xsl:when test="cat_list!=''">
+                                               <td align="left">
+                                                       <xsl:call-template 
name="cat_filter"/>
+                                               </td>
+                                       </xsl:when>
+                               </xsl:choose>
                                <td align="left">
                                        <xsl:call-template 
name="user_id_filter"/>





reply via email to

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